mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 08:55:32 +01:00
Core/Spells: fixed Lunar Shower talent
*Euphoria will now only proc when casting Starfire or Wrath
This commit is contained in:
7
sql/updates/world/custom/custom_2018_07_08_00_world.sql
Normal file
7
sql/updates/world/custom/custom_2018_07_08_00_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user