Core/SAI: Implemented action type SMART_ACTION_DESTROY_CONVERSATION
Port From (https://github.com/TrinityCore/TrinityCore/commit/e9e7059a23618e58e57dc3b24eb218505ca3f746)
This commit is contained in:
@@ -391,6 +391,7 @@ namespace Framework.Constants
|
||||
DoAction = 151,
|
||||
CompleteQuest = 152, // QuestId. Regular quests with objectives can't be completed with this action (only quests with QUEST_FLAGS_COMPLETION_EVENT, QUEST_FLAGS_COMPLETION_AREA_TRIGGER or QUEST_FLAGS_TRACKING_EVENT)
|
||||
CreditQuestObjectiveTalkTo = 153,
|
||||
DestroyConversation = 154, // conversation_template.id, isPrivate, range
|
||||
EnterVehicle = 155, // seat id
|
||||
BoardPassenger = 156, // seat id
|
||||
ExitVehicle = 157,
|
||||
|
||||
Reference in New Issue
Block a user