mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 19:05:42 +00:00
fix(Scripts/Spells): Finger of Frost Shatter Combo. (#13006)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user