mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 10:30:27 +00:00
8
data/sql/updates/db_world/2025_03_17_00.sql
Normal file
8
data/sql/updates/db_world/2025_03_17_00.sql
Normal 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');
|
||||
Reference in New Issue
Block a user