chore(DB): import pending files

Referenced commit(s): a5ab96c79d
This commit is contained in:
AzerothCoreBot
2022-09-19 03:48:20 +00:00
parent a5ab96c79d
commit 283e583f67

View File

@@ -0,0 +1,8 @@
-- DB update 2022_09_19_06 -> 2022_09_19_07
--
DELETE FROM `spell_script_names` WHERE `spell_id` IN (-44543,74396);
INSERT INTO `spell_script_names` VALUES
(-44543, 'spell_mage_fingers_of_frost_proc_aura'),
(74396, 'spell_mage_fingers_of_frost_proc');
UPDATE `spell_proc_event` SET `procPhase`=7 WHERE `entry` IN (44543,44545);