chore(DB): import pending files

Referenced commit(s): 2db5f9a231
This commit is contained in:
AzerothCoreBot
2022-06-19 11:52:59 +00:00
parent 2db5f9a231
commit 713cddc1ba

View File

@@ -0,0 +1,5 @@
-- DB update 2022_06_18_15 -> 2022_06_19_00
--
DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_mandokir_charge';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(24408, 'spell_mandokir_charge');