chore(DB): import pending files

Referenced commit(s): 0aaf521423
This commit is contained in:
github-actions[bot]
2024-05-20 08:41:20 +00:00
parent 2912cb47f3
commit a8b69edeee

View File

@@ -0,0 +1,5 @@
-- DB update 2024_05_19_01 -> 2024_05_20_00
--
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_anetheron_sleep';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(31298, 'spell_anetheron_sleep');