mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
fix(Scripts/Spells): add warrior heroic strike daze bonus damage (#21650)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user