From a40839fd7b98c5514e924ebd00936da14d2d8202 Mon Sep 17 00:00:00 2001 From: Subv2112 Date: Fri, 6 Jan 2012 22:29:26 -0500 Subject: Core/SAI: Changed SMART_ACTION_CALL_TIMED_ACTIONLIST params, now it has only 2, id and timerType Signed-off-by: Subv2112 --- sql/updates/world/2012_01_06_12_world_sai.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/2012_01_06_12_world_sai.sql (limited to 'sql') 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 -- cgit v1.2.3