diff options
| author | Alexander <alexrussian@bk.ru> | 2017-03-18 14:25:26 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2017-03-18 14:25:26 +0100 |
| commit | 4b51c78ca18ece6fe1cfb8072514502aae6ba919 (patch) | |
| tree | cc59fc473f61f75b49aeb233b37033cd99c9996b /sql | |
| parent | c5c030ccc0035a6e5ae6b2d8df84a40f8e210a87 (diff) | |
Core/Scripts: Implement druid spells Moonfire & Sunfire and spell_druid.cpp cleanup
Closes #19293
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/2017_03_18_03_world.sql | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_18_03_world.sql b/sql/updates/world/master/2017_03_18_03_world.sql new file mode 100644 index 00000000000..28248359eca --- /dev/null +++ b/sql/updates/world/master/2017_03_18_03_world.sql @@ -0,0 +1,5 @@ +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dru_eclipse_lunar','spell_dru_eclipse_solar','spell_dru_eclipse_energize','spell_dru_glyph_of_innervate','spell_dru_glyph_of_starfire','spell_dru_glyph_of_starfire_proc','spell_dru_insect_swarm','spell_dru_typhoon'); +DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dru_moonfire','spell_dru_sunfire'); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(8921,'spell_dru_moonfire'), +(93402,'spell_dru_sunfire'); |
