Fixes names not showing for npcs when they say

This commit is contained in:
Hondacrx
2025-08-31 13:24:34 -04:00
parent c5cccdec10
commit a43b9fc947
+1
View File
@@ -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)
{
_source = obj;
_talker = speaker;
_gender = gender;
_msgType = msgtype;
_textGroup = textGroup;