Scripts/Spells: Implement Demon Hunter Havoc talent "First Blood" (#27176)

This commit is contained in:
Seyden
2021-10-27 00:46:57 +02:00
committed by GitHub
parent 247c9210d9
commit 62e444e4b0
2 changed files with 140 additions and 10 deletions
@@ -0,0 +1,14 @@
DELETE FROM `spell_script_names` WHERE `ScriptName` IN (
'spell_dh_blade_dance',
'spell_dh_blade_dance_damage',
'spell_dh_first_blood'
);
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(188499, 'spell_dh_blade_dance'),
(210152, 'spell_dh_blade_dance'),
(199552, 'spell_dh_blade_dance_damage'),
(200685, 'spell_dh_blade_dance_damage'),
(210153, 'spell_dh_blade_dance_damage'),
(210155, 'spell_dh_blade_dance_damage'),
(206416, 'spell_dh_first_blood');