aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcrom <malcromdev@gmail.com>2011-06-17 21:57:46 +0100
committerNay <dnpd.dd@gmail.com>2011-06-17 21:57:46 +0100
commitda76d8cff096214a2c2ca97b595523f3b48f3261 (patch)
treee471f757cd7715378fb605becfb4422fb84eb69c
parent5f0b9784217b5a6f03413c8998da3d0d804d792d (diff)
DB/SAI: Fix Frozen Earth SAI targeting issues
-rw-r--r--sql/updates/world/2011_06_17_13_world_smart_scripts.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/2011_06_17_13_world_smart_scripts.sql b/sql/updates/world/2011_06_17_13_world_smart_scripts.sql
new file mode 100644
index 00000000000..a2c93c3d632
--- /dev/null
+++ b/sql/updates/world/2011_06_17_13_world_smart_scripts.sql
@@ -0,0 +1,2 @@
+-- Fix Frozen Earth SAI
+UPDATE `smart_scripts` SET `target_type`=1,`target_param1`=0,`target_param2`=0 WHERE `comment` LIKE 'Frozen Earth%' AND `action_param1`=51590;