Core/Conversation: Added ChatType field to conversation_line_template

Port From (https://github.com/TrinityCore/TrinityCore/commit/ee2577dde63a8bf25198d6658fbf65c0c21e39dd)
This commit is contained in:
hondacrx
2023-07-18 07:45:51 -04:00
parent a700760b88
commit 783f5296d2
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -132,6 +132,7 @@ namespace Game.Entities
lineField.UiCameraID = line.UiCameraID;
lineField.ActorIndex = line.ActorIdx;
lineField.Flags = line.Flags;
lineField.ChatType = line.ChatType;
ConversationLineRecord convoLine = CliDB.ConversationLineStorage.LookupByKey(line.Id); // never null for conversationTemplate->Lines