From 56a7e86a2869e0b179c7ccac8221fac2979560e6 Mon Sep 17 00:00:00 2001 From: Shauren Date: Sat, 5 Nov 2016 23:29:42 +0100 Subject: Core/Spells: Removed outdated shaman spell scripts --- sql/updates/world/master/2016_11_05_00_world.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 sql/updates/world/master/2016_11_05_00_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2016_11_05_00_world.sql b/sql/updates/world/master/2016_11_05_00_world.sql new file mode 100644 index 00000000000..75414f25a13 --- /dev/null +++ b/sql/updates/world/master/2016_11_05_00_world.sql @@ -0,0 +1,7 @@ +-- deleted spells +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_sha_chain_heal','spell_sha_fulmination','spell_sha_glyph_of_healing_wave','spell_sha_healing_stream_totem','spell_sha_lava_lash','spell_sha_lava_lash_spread_flame_shock','spell_sha_nature_guardian','spell_sha_thunderstorm'); +-- new spell ids +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_sha_earth_shield','spell_sha_flametongue'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(204288,'spell_sha_earth_shield'), +(194084,'spell_sha_flametongue'); -- cgit v1.2.3