mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
DB/Spell: fix Inferno Flame aura stack drop
By xjose93
(cherry picked from commit a056cb2978)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user