From ee0e9c8578486879a27059b82f30618ef2ebb4fd Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 26 Aug 2017 23:04:57 +0200 Subject: Core/Spells: Updated mage spell scripts --- sql/updates/world/master/2017_08_26_01_world.sql | 28 ++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 sql/updates/world/master/2017_08_26_01_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2017_08_26_01_world.sql b/sql/updates/world/master/2017_08_26_01_world.sql new file mode 100644 index 00000000000..70ad20c9ae4 --- /dev/null +++ b/sql/updates/world/master/2017_08_26_01_world.sql @@ -0,0 +1,28 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ( +'spell_mage_nether_vortex', +'spell_mage_master_of_elements', +'spell_mage_permafrost', +'spell_mage_ignite', +'spell_mage_arcane_brilliance', +'spell_mage_cold_snap', +'spell_mage_focus_magic', +'spell_mage_glyph_of_icy_veins', +'spell_mage_glyph_of_polymorph', +'spell_mage_dalaran_brilliance', +'spell_mage_ring_of_frost', +'spell_mage_living_bomb_explosion', +'spell_mage_living_bomb_periodic', +'spell_mage_nether_vortex', +'spell_mage_master_of_elements', +'spell_mage_focus_magic', +'spell_mage_glyph_of_icy_veins', +'spell_mage_glyph_of_polymorph', +'spell_mage_hot_streak', +'spell_mage_permafrost', +'spell_mage_polymorph'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(235219,'spell_mage_cold_snap'), +(12846,'spell_mage_ignite'), +(44461,'spell_mage_living_bomb_explosion'), +(217694,'spell_mage_living_bomb_periodic'), +(136511,'spell_mage_ring_of_frost'); -- cgit v1.2.3