DB/Spell: Fix Living seed proc from non-damaging spells

This commit is contained in:
ariel-
2017-04-01 02:37:14 -03:00
committed by Aokromes
parent 0ae437900b
commit f7b50f51fc

View File

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