DB/Spell: fix Inferno Flame aura stack drop

By xjose93

(cherry picked from commit a056cb2978)
This commit is contained in:
ariel-
2016-10-27 00:22:24 -03:00
committed by joschiwald
parent 5f69b27920
commit d8b351fbf3

View File

@@ -0,0 +1,3 @@
DELETE FROM `spell_proc` WHERE `SpellId` = 71756;
INSERT INTO `spell_proc` (`SpellId`, `SchoolMask`, `SpellTypeMask`, `SpellPhaseMask`, `AttributesMask`) VALUES
(71756, 0x4, 0x1, 0x2, 0x2);