diff options
| author | Shauren <shauren.trinity@gmail.com> | 2016-11-05 23:29:42 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2016-11-05 23:29:42 +0100 |
| commit | 56a7e86a2869e0b179c7ccac8221fac2979560e6 (patch) | |
| tree | 9593ec0f0295b1cc309b8ad09a2fbf05dedb846e /sql | |
| parent | 5b8429318853f6dd34d5326dbb7418964c3203bb (diff) | |
Core/Spells: Removed outdated shaman spell scripts
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'); |
