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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user