Core/Spells: remove all Eclipse related auras from caster and set Eclipse power to 0 uppon resetting talents

This commit is contained in:
Ovahlord
2018-07-08 17:08:11 +02:00
parent 47cf667be9
commit 2eb61be0b2
2 changed files with 41 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_dru_moonfire';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(16913, 'spell_dru_moonfire');