diff options
author | Shauren <shauren.trinity@gmail.com> | 2022-01-26 23:49:42 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-26 23:49:42 +0100 |
commit | 88659dcebf9f033cd99e87595151f42fbcd96310 (patch) | |
tree | c1a7dde9fcae4af1e50a24c822d2f4a92424e282 /src/server/game/AI/SmartScripts | |
parent | d33214c50a738372ebf805d9bb00ed38a622aa1a (diff) |
Core/Gossip: Sync naming and db structure with 3.3.5
Diffstat (limited to 'src/server/game/AI/SmartScripts')
-rw-r--r-- | src/server/game/AI/SmartScripts/SmartScriptMgr.h | 2 |
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 bc2fb36e5e5..60f28387014 100644 --- a/src/server/game/AI/SmartScripts/SmartScriptMgr.h +++ b/src/server/game/AI/SmartScripts/SmartScriptMgr.h @@ -566,7 +566,7 @@ enum SMART_ACTION SMART_ACTION_ADD_DYNAMIC_FLAG = 95, // Flags SMART_ACTION_REMOVE_DYNAMIC_FLAG = 96, // Flags SMART_ACTION_JUMP_TO_POS = 97, // speedXY, speedZ, targetX, targetY, targetZ - SMART_ACTION_SEND_GOSSIP_MENU = 98, // menuId, optionIndex + SMART_ACTION_SEND_GOSSIP_MENU = 98, // menuId, optionId SMART_ACTION_GO_SET_LOOT_STATE = 99, // state SMART_ACTION_SEND_TARGET_TO_TARGET = 100, // id SMART_ACTION_SET_HOME_POS = 101, // none |