Fixes names not showing for npcs when they say
This commit is contained in:
@@ -496,6 +496,7 @@ namespace Game
|
|||||||
public CreatureTextBuilder(WorldObject obj, WorldObject speaker, Gender gender, ChatMsg msgtype, byte textGroup, uint id, Language language, WorldObject target, uint broadcastTextId, ushort emoteId, uint soundKitId, SoundKitPlayType soundKitPlayType, uint playerConditionId)
|
public CreatureTextBuilder(WorldObject obj, WorldObject speaker, Gender gender, ChatMsg msgtype, byte textGroup, uint id, Language language, WorldObject target, uint broadcastTextId, ushort emoteId, uint soundKitId, SoundKitPlayType soundKitPlayType, uint playerConditionId)
|
||||||
{
|
{
|
||||||
_source = obj;
|
_source = obj;
|
||||||
|
_talker = speaker;
|
||||||
_gender = gender;
|
_gender = gender;
|
||||||
_msgType = msgtype;
|
_msgType = msgtype;
|
||||||
_textGroup = textGroup;
|
_textGroup = textGroup;
|
||||||
|
|||||||
Reference in New Issue
Block a user