diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2016_11_05_00_world.sql | 7 |
1 files changed, 7 insertions, 0 deletions
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'); |
