diff options
| author | Shauren <shauren.trinity@gmail.com> | 2017-08-26 23:04:57 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2017-08-26 23:04:57 +0200 |
| commit | ee0e9c8578486879a27059b82f30618ef2ebb4fd (patch) | |
| tree | 3982e0852c0593656c6d08972365e7bbd5881a01 /sql | |
| parent | 6cae8a52a0234d7e7067547a58976ebb61f88292 (diff) | |
Core/Spells: Updated mage spell scripts
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2017_08_26_01_world.sql | 28 |
1 files changed, 28 insertions, 0 deletions
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'); |
