DB/Spells: Fixed Guarded by the Light proc with Judgements

Closes #19910
This commit is contained in:
Keader
2017-08-07 22:05:31 -03:00
committed by Aokromes
parent abbdb9744e
commit de99d064e6

View File

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