diff options
| author | Nay <dnpd.dd@gmail.com> | 2011-10-23 13:01:04 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2011-10-23 13:01:04 +0100 |
| commit | 5f58965fad31a98537f55a83623ad8f0a5e4fc32 (patch) | |
| tree | 30eb7835445eb778346c1e9ea16e71f56c787a23 | |
| parent | c2125ece3b41a68b8f814b5e62e4f07afa6db21a (diff) | |
Tiny typo on previous commit.
| -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 49e25afe681..a37b95fd035 100644 --- a/src/server/game/AI/SmartScripts/SmartScriptMgr.h +++ b/src/server/game/AI/SmartScripts/SmartScriptMgr.h @@ -460,7 +460,7 @@ enum SMART_ACTION SMART_ACTION_JUMP_TO_POS = 97, // speedXY, speedZ, targetX, targetY, targetZ SMART_ACTION_SEND_GOSSIP_MENU = 98, // menuId, optionId - SMART_ACTION_END = 98, + SMART_ACTION_END = 99, }; struct SmartAction |
