Scripts/Spells: Update Cycle of Hatred talent for patch 11.1 (#30721)

This commit is contained in:
Aqua Deus
2025-03-11 19:23:24 +01:00
committed by GitHub
parent 44b51616a5
commit 3ae9dfd4f5
2 changed files with 74 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN ('spell_dh_cycle_of_hatred', 'spell_dh_cycle_of_hatred_talent', 'spell_dh_cycle_of_hatred_remove_stacks');
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(198013, 'spell_dh_cycle_of_hatred'),
(258887, 'spell_dh_cycle_of_hatred_talent'),
(1214890, 'spell_dh_cycle_of_hatred_remove_stacks');