aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAokromes <aokromes@gmail.com>2018-04-11 14:43:30 +0200
committerAokromes <aokromes@gmail.com>2018-04-11 14:43:30 +0200
commit4e55e797532ca404ce0e1e603762c17ead760f45 (patch)
treeeef8993d838d68f9ef5ba5abc73e4292532123c4
parentc52141768e6ad1268978ce091615f4b65a0f195c (diff)
Core/SAI: Reserve SMART_ACTION 16 for 4.3.4 or higher scripts
-rw-r--r--src/server/game/AI/SmartScripts/SmartScriptMgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/game/AI/SmartScripts/SmartScriptMgr.h b/src/server/game/AI/SmartScripts/SmartScriptMgr.h
index 766c26a5f5c..2159ed2a8ba 100644
--- a/src/server/game/AI/SmartScripts/SmartScriptMgr.h
+++ b/src/server/game/AI/SmartScripts/SmartScriptMgr.h
@@ -464,7 +464,7 @@ enum SMART_ACTION
SMART_ACTION_THREAT_SINGLE_PCT = 13, // Threat%
SMART_ACTION_THREAT_ALL_PCT = 14, // Threat%
SMART_ACTION_CALL_AREAEXPLOREDOREVENTHAPPENS = 15, // QuestID
- SMART_ACTION_UNUSED_16 = 16, // UNUSED
+ SMART_ACTION_RESERVED_16 = 16, // used on 4.3.4 and higher scripts
SMART_ACTION_SET_EMOTE_STATE = 17, // emoteID
SMART_ACTION_SET_UNIT_FLAG = 18, // Flags (may be more than one field OR'd together), Target
SMART_ACTION_REMOVE_UNIT_FLAG = 19, // Flags (may be more than one field OR'd together), Target