Scripts/Spells: Fixed Fingers of Frost proc passive

Port From (https://github.com/TrinityCore/TrinityCore/commit/b94851b824f6e4d7f7a7cd01a4c99e02b1e86b97)
This commit is contained in:
hondacrx
2021-03-15 16:43:18 -04:00
parent 718bbfc1b6
commit 360e0c51a2
2 changed files with 42 additions and 0 deletions
@@ -0,0 +1,7 @@
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_mage_fingers_of_frost';
INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES
(112965,'spell_mage_fingers_of_frost');
DELETE FROM `spell_proc` WHERE `SpellId`=112965;
INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
(112965,0,3,0,0x2000000,0x80,0,0x10000,0,0x1,0,0,0,0,100,0,0); -- Fingers of Frost, proc on launch of Frostbolt and Frozen Orb