diff options
author | Rat <none@none> | 2010-11-07 17:13:48 +0100 |
---|---|---|
committer | Rat <none@none> | 2010-11-07 17:13:48 +0100 |
commit | 13559bde9f6fa329faaa5528731379e5a73c18e1 (patch) | |
tree | 27e46d7ed281d125fdb701aa4278042a01b787be /src | |
parent | 9781bba535a34bd88ec28bf7a118fc4bfec90551 (diff) |
Core/SmartAI/Typo
--HG--
branch : trunk
Diffstat (limited to 'src')
-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 4d384ac8dfc..909eeb4ba11 100644 --- a/src/server/game/AI/SmartScripts/SmartScriptMgr.h +++ b/src/server/game/AI/SmartScripts/SmartScriptMgr.h @@ -433,7 +433,7 @@ enum SMART_ACTION SMART_ACTION_SIMPLE_TALK = 84, // groupID, can be used to make players say groupID, Text_over event is not triggered, whisper can not be used (Target units will say the text) SMART_ACTION_INVOKER_CAST = 85, // spellID, castFlags, if avaliable, last used invoker will cast spellId with castFlags on targets - SMART_ACTION_END = 85, + SMART_ACTION_END = 86, }; struct SmartAction |