mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-03-16 05:55:07 +00:00
5
data/sql/updates/db_world/2026_03_13_00.sql
Normal file
5
data/sql/updates/db_world/2026_03_13_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2026_03_12_00 -> 2026_03_13_00
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `spell_id` = -11426 AND `ScriptName` = 'spell_mage_ice_barrier_aura';
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(-11426, 'spell_mage_ice_barrier_aura');
|
||||
Reference in New Issue
Block a user