Scripts/Spells: Implement demon hunter talent "Cycle of hatred"

This commit is contained in:
aquadeus
2024-12-22 15:13:53 +01:00
committed by Shauren
parent 92efc2523b
commit 2997e1dc02
2 changed files with 32 additions and 0 deletions
@@ -0,0 +1,5 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dh_cycle_of_hatred';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(188499, 'spell_dh_cycle_of_hatred'),
(162794, 'spell_dh_cycle_of_hatred'),
(342817, 'spell_dh_cycle_of_hatred');