chore(DB): import pending files

Referenced commit(s): b5122ab046
This commit is contained in:
AzerothCoreBot
2022-06-15 10:26:57 +00:00
parent b5122ab046
commit 36f0a7757b

View File

@@ -0,0 +1,4 @@
-- DB update 2022_06_15_01 -> 2022_06_15_02
DELETE FROM `spell_script_names` WHERE `spell_id` = 24834;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(24834, 'spell_shadow_bolt_whirl');