chore(DB): import pending files

Referenced commit(s): 6535a75121
This commit is contained in:
github-actions[bot]
2025-03-17 10:06:27 +00:00
parent 6535a75121
commit 010d962e70

View File

@@ -0,0 +1,8 @@
-- DB update 2025_03_16_04 -> 2025_03_17_00
--
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');