DB/Spell: Fix the proc of the spell parry used in the quest "The Hunter and the Prince"

Closes #22577

(cherry picked from commit 3bd903a04f)
This commit is contained in:
Rushor
2020-03-25 16:39:19 +01:00
committed by Shauren
parent 37543109f6
commit edb68b7aeb

View File

@@ -0,0 +1,4 @@
--
DELETE FROM `spell_proc` WHERE `SpellId` = 60617;
INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `ProcFlags`, `SpellTypeMask`, `SpellPhaseMask`, `HitMask`, `AttributesMask`, `ProcsPerMinute`, `Chance`, `Cooldown`, `Charges`) VALUES
(60617, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0);