chore(DB): import pending files

Referenced commit(s): 73e44859f0
This commit is contained in:
github-actions[bot]
2024-05-27 18:49:19 +00:00
parent 73e44859f0
commit a99f28fd0b

View 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');