From 13559bde9f6fa329faaa5528731379e5a73c18e1 Mon Sep 17 00:00:00 2001 From: Rat Date: Sun, 7 Nov 2010 17:13:48 +0100 Subject: Core/SmartAI/Typo --HG-- branch : trunk --- src/server/game/AI/SmartScripts/SmartScriptMgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3