fix(Scripts/Spells): add warrior heroic strike daze bonus damage (#21650)

This commit is contained in:
Jelle Meeus
2025-03-17 11:04:31 +01:00
committed by GitHub
parent 5d406b9220
commit 6535a75121
2 changed files with 76 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
--
DELETE FROM `spell_script_names` WHERE `spell_id` IN (29707, 30324, 47449, 47450) AND `ScriptName` = 'spell_warr_heroic_strike';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(29707, 'spell_warr_heroic_strike'),
(30324, 'spell_warr_heroic_strike'),
(47449, 'spell_warr_heroic_strike'),
(47450, 'spell_warr_heroic_strike');