mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
feat(Core/SAI): Implement SMART_ACTION_DISMOUNT (206) (#20899)
This commit is contained in:
@@ -705,7 +705,7 @@ enum SMART_ACTION
|
||||
SMART_ACTION_EXIT_VEHICLE = 203, // none
|
||||
SMART_ACTION_SET_UNIT_MOVEMENT_FLAGS = 204, // flags
|
||||
SMART_ACTION_SET_COMBAT_DISTANCE = 205, // combatDistance
|
||||
// UNUSED = 206,
|
||||
SMART_ACTION_DISMOUNT = 206,
|
||||
SMART_ACTION_SET_HOVER = 207, // 0/1
|
||||
SMART_ACTION_ADD_IMMUNITY = 208, // type, id, value
|
||||
SMART_ACTION_REMOVE_IMMUNITY = 209, // type, id, value
|
||||
|
||||
Reference in New Issue
Block a user