Core/SAI: Implemented action type SMART_ACTION_DESTROY_CONVERSATION

Port From (https://github.com/TrinityCore/TrinityCore/commit/e9e7059a23618e58e57dc3b24eb218505ca3f746)
This commit is contained in:
Hondacrx
2025-09-03 21:27:53 -04:00
parent f1f6c4055b
commit 9f05b762ad
3 changed files with 46 additions and 2 deletions
@@ -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,