Core/Spells: fixed Lunar Shower talent

*Euphoria will now only proc when casting Starfire or Wrath
This commit is contained in:
Ovahlord
2018-07-08 01:09:09 +02:00
parent e7620785e2
commit d5487f6ef1
2 changed files with 33 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`= 'spell_dru_eclipse_energize';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(5176, 'spell_dru_eclipse_energize'),
(2912, 'spell_dru_eclipse_energize'),
(78674, 'spell_dru_eclipse_energize'),
(8921, 'spell_dru_eclipse_energize'),
(93402, 'spell_dru_eclipse_energize');