mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Core/SAI: Sync action enum with 3.3.5 branch
This commit is contained in:
@@ -613,7 +613,8 @@ enum SMART_ACTION
|
||||
SMART_ACTION_ENTER_VEHICLE = 155, // seat id
|
||||
SMART_ACTION_BOARD_PASSENGER = 156, // seat id
|
||||
SMART_ACTION_EXIT_VEHICLE = 157,
|
||||
SMART_ACTION_END = 158
|
||||
SMART_ACTION_RESUME_MOVEMENT = 158, // UNUSED NEEDS CHERRYPICK
|
||||
SMART_ACTION_END = 159
|
||||
};
|
||||
|
||||
enum class SmartActionSummonCreatureFlags
|
||||
|
||||
Reference in New Issue
Block a user