Core/Conditions: Added conversation line source type
Port From (https://github.com/TrinityCore/TrinityCore/commit/03c0f787a1390eb50789f5bda104bbe40dda3c77)
This commit is contained in:
@@ -192,6 +192,11 @@ namespace Game.DataStorage
|
||||
return _conversationTemplateStorage.LookupByKey(conversationId);
|
||||
}
|
||||
|
||||
public ConversationLineTemplate GetConversationLineTemplate(uint conversationLineId)
|
||||
{
|
||||
return _conversationLineTemplateStorage.LookupByKey(conversationLineId);
|
||||
}
|
||||
|
||||
Dictionary<uint, ConversationTemplate> _conversationTemplateStorage = new();
|
||||
Dictionary<uint, ConversationLineTemplate> _conversationLineTemplateStorage = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user