fix(Core/SpellInfo): Magmadar's Enrage dispel fix (#2146)

Putting the Magmadar's Enrage spell as a Buff to make it dispellable.
This commit is contained in:
Shard
2019-08-10 13:06:52 +04:00
committed by Francesco Borzì
parent 6f853f382d
commit 82d53bf316

View File

@@ -2569,6 +2569,7 @@ bool SpellInfo::_IsPositiveEffect(uint8 effIndex, bool deep) const
case 62344: // Fists of Stone
case 61819: // Manabonked! (item)
case 61834: // Manabonked! (minigob)
case 19451: // Enrage (Magmadar)
return true;
default:
break;