chore(DB): import pending files

Referenced commit(s): 998bb9d54b
This commit is contained in:
AzerothCoreBot
2023-07-08 13:05:18 +00:00
parent 998bb9d54b
commit 6ced149b93

View File

@@ -0,0 +1,5 @@
-- DB update 2023_07_02_00 -> 2023_07_08_00
-- Shriveling Gaze
DELETE FROM `spell_script_names` WHERE `spell_id` = 37589;
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(37589,'spell_gen_shriveling_gaze');