fix(Scripts/Spells): Finger of Frost Shatter Combo. (#13006)

This commit is contained in:
UltraNix
2022-09-19 05:46:17 +02:00
committed by GitHub
parent c8da2b64fe
commit a5ab96c79d
8 changed files with 173 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
--
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);