chore(DB): import pending files

Referenced commit(s): c7b7b7dc07
This commit is contained in:
github-actions[bot]
2023-09-25 11:08:21 +00:00
parent 970c579547
commit 62c7d074f9

View File

@@ -0,0 +1,5 @@
-- DB update 2023_09_25_06 -> 2023_09_25_07
--
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_warl_glyph_of_voidwalker' AND `spell_id` = 56247;
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(56247, 'spell_warl_glyph_of_voidwalker');