Scripts/Spells: Fix proc of Frost Fever (#30250)

This commit is contained in:
Aqua Deus
2024-11-17 14:14:41 +01:00
committed by GitHub
parent 407e1fb87c
commit 6f79163fcb
2 changed files with 22 additions and 0 deletions
@@ -0,0 +1,7 @@
DELETE FROM `spell_proc` WHERE `SpellId` IN (195621);
INSERT INTO `spell_proc` (`SpellId`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask0`,`SpellFamilyMask1`,`SpellFamilyMask2`,`SpellFamilyMask3`,`ProcFlags`,`ProcFlags2`,`SpellTypeMask`,`SpellPhaseMask`,`HitMask`,`AttributesMask`,`DisableEffectsMask`,`ProcsPerMinute`,`Chance`,`Cooldown`,`Charges`) VALUES
(195621,0x00,15,0x00000000,0x04000000,0x00000000,0x00000000,0x0,0x0,0x1,0x2,0x0,0x0,0x0,0,0,0,0); -- Frost Fever
DELETE FROM `spell_script_names` WHERE `ScriptName`='spell_dk_frost_fever_proc';
INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES
(195621, 'spell_dk_frost_fever_proc');