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:
parent
6f853f382d
commit
82d53bf316
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue