Core/SAI: Add actions ENTER_VEHICLE, BOARD_PASSENGER and EXIT_VEHICLE

Port From (https://github.com/TrinityCore/TrinityCore/commit/9477209f10bd33611251f38633f28dc5f16103f5)
This commit is contained in:
Hondacrx
2025-08-20 22:15:13 -04:00
parent 09a90c4daf
commit 4cc76e002a
3 changed files with 69 additions and 0 deletions
@@ -391,6 +391,10 @@ 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,
EnterVehicle = 155, // seat id
BoardPassenger = 156, // seat id
ExitVehicle = 157,
End
}