mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
Core/Spells: remove all Eclipse related auras from caster and set Eclipse power to 0 uppon resetting talents
This commit is contained in:
3
sql/updates/world/custom/custom_2018_07_08_04_world.sql
Normal file
3
sql/updates/world/custom/custom_2018_07_08_04_world.sql
Normal 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');
|
||||
Reference in New Issue
Block a user