diff options
| -rw-r--r-- | sql/updates/world/2011_06_17_13_world_smart_scripts.sql | 2 |
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; |
