Scripts/Spells: Added missing Throw Glaive part to Cycle of Hatred implementation

This commit is contained in:
Shauren
2024-12-22 14:22:39 +01:00
parent 2997e1dc02
commit 38a5956b85
2 changed files with 11 additions and 2 deletions

View File

@@ -2,4 +2,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'),
(185123, 'spell_dh_cycle_of_hatred'),
(342817, 'spell_dh_cycle_of_hatred');