Scripts/Spells: Implement Demon Hunter Havoc talent "First Blood"

Port From (https://github.com/TrinityCore/TrinityCore/commit/62e444e4b0ef7199e5ce40b216c13fb57a6e56ec)
This commit is contained in:
hondacrx
2021-11-03 12:25:48 -04:00
parent f649596651
commit b1e6aabee7
2 changed files with 103 additions and 0 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');