chore(DB): import pending files

Referenced commit(s): f5c7883d41
This commit is contained in:
AzerothCoreBot
2022-10-09 00:54:17 +00:00
parent f5c7883d41
commit 667e584041

View File

@@ -0,0 +1,5 @@
-- DB update 2022_10_08_00 -> 2022_10_09_00
--
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_cthun_dark_glare';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(26029, 'spell_cthun_dark_glare');