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 /sql | |
| 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 'sql')
| -rw-r--r-- | sql/updates/world/2012_01_06_12_world_sai.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2012_01_06_12_world_sai.sql b/sql/updates/world/2012_01_06_12_world_sai.sql new file mode 100644 index 00000000000..b9c1319347d --- /dev/null +++ b/sql/updates/world/2012_01_06_12_world_sai.sql @@ -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;
\ No newline at end of file |
