From 963998dbe26fffe76bc087d528003a1174414423 Mon Sep 17 00:00:00 2001 From: Aokromes Date: Sun, 21 Feb 2016 22:16:13 +0100 Subject: [PATCH] DB/Misc: Fix some startup errors --- sql/updates/world/2016_02_22_01_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/2016_02_22_01_world.sql diff --git a/sql/updates/world/2016_02_22_01_world.sql b/sql/updates/world/2016_02_22_01_world.sql new file mode 100644 index 00000000000..bccdd33f7cf --- /dev/null +++ b/sql/updates/world/2016_02_22_01_world.sql @@ -0,0 +1,7 @@ +-- +DELETE FROM achievement_criteria_data WHERE `type`=6; +DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_hun_glyph_of_arcane_shot'; +UPDATE `smart_scripts` SET `action_param1`=170, `comment`='On Script - Set Phase 170' WHERE `entryorguid`=18707300 AND `source_type`=9 AND `id`=0 AND `link`=0; +UPDATE `smart_scripts` SET `action_param1`=170, `comment`='On Script - Set Phase 170' WHERE `entryorguid`=19055500 AND `source_type`=9 AND `id`=0 AND `link`=0; +UPDATE `smart_scripts` SET `action_param1`=169, `comment`='On Script - Set Phase 169' WHERE `entryorguid`=18707300 AND `source_type`=9 AND `id`=1 AND `link`=0; +UPDATE `smart_scripts` SET `action_param1`=169, `comment`='On Script - Set Phase 169' WHERE `entryorguid`=19055500 AND `source_type`=9 AND `id`=1 AND `link`=0;