Scripts/Spells: Implement demon hunter talent "Cycle of hatred"
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user