chore(DB): import pending files

Referenced commit(s): f33da28416
This commit is contained in:
AzerothCoreBot
2023-02-12 23:21:17 +00:00
parent f33da28416
commit 6354d1598e

View File

@@ -0,0 +1,6 @@
-- DB update 2023_02_12_12 -> 2023_02_12_13
--
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_zereketh_seed_of_corruption';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(36123, 'spell_zereketh_seed_of_corruption'),
(39367, 'spell_zereketh_seed_of_corruption');