DB/Spell: Fixed proc of Owl's Focus

This commit is contained in:
Keader
2017-10-05 21:46:52 -03:00
committed by GitHub
parent 43d4393fd4
commit 67795685ba

View File

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