diff options
author | Subv2112 <s.v.h21@hotmail.com> | 2012-01-06 22:29:26 -0500 |
---|---|---|
committer | Subv2112 <s.v.h21@hotmail.com> | 2012-01-06 22:29:26 -0500 |
commit | a40839fd7b98c5514e924ebd00936da14d2d8202 (patch) | |
tree | 2b048db3ef35bdcb527ff3bc1b69ea445a29b2f8 /src | |
parent | 15d876347892e372276f3941ef755f61d8d1b77f (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.h | 1 |
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; |