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>
This commit is contained in:
Subv2112
2012-01-06 22:29:26 -05:00
parent 15d8763478
commit a40839fd7b
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
UPDATE smart_scripts SET action_param2 = action_param3 WHERE action_type = 80;
UPDATE smart_scripts SET action_param3 = 0 WHERE action_type = 80;

View File

@@ -824,7 +824,6 @@ struct SmartAction
struct
{
uint32 id;
uint32 unused;
uint32 timerType;
} timedActionList;