aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSubv2112 <s.v.h21@hotmail.com>2012-01-06 22:29:26 -0500
committerSubv2112 <s.v.h21@hotmail.com>2012-01-06 22:29:26 -0500
commita40839fd7b98c5514e924ebd00936da14d2d8202 (patch)
tree2b048db3ef35bdcb527ff3bc1b69ea445a29b2f8 /src
parent15d876347892e372276f3941ef755f61d8d1b77f (diff)
Core/SAI: Changed SMART_ACTION_CALL_TIMED_ACTIONLIST params, now it has only 2, id and timerType
Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/server/game/AI/SmartScripts/SmartScriptMgr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/game/AI/SmartScripts/SmartScriptMgr.h b/src/server/game/AI/SmartScripts/SmartScriptMgr.h
index f44855259d4..7cf290affe3 100644
--- a/src/server/game/AI/SmartScripts/SmartScriptMgr.h
+++ b/src/server/game/AI/SmartScripts/SmartScriptMgr.h
@@ -824,7 +824,6 @@ struct SmartAction
struct
{
uint32 id;
- uint32 unused;
uint32 timerType;
} timedActionList;