mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 21:26:23 +00:00
5
data/sql/updates/db_world/2024_05_27_01.sql
Normal file
5
data/sql/updates/db_world/2024_05_27_01.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2024_05_27_00 -> 2024_05_27_01
|
||||
--
|
||||
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_azgalor_doom' AND `spell_id` = 31347;
|
||||
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
|
||||
(31347, 'spell_azgalor_doom');
|
||||
Reference in New Issue
Block a user