fix(Core/Spells): Aura with SPELL_AURA_MOD_FEAR effect are always c… (#14450)
fix(Core/Spells): Aura with `SPELL_AURA_MOD_FEAR` effect are always considered as negative. Fixes #14297
This commit is contained in:
parent
7a03130b94
commit
c3b8df8cb2
1 changed files with 1 additions and 0 deletions
|
|
@ -2725,6 +2725,7 @@ bool SpellInfo::_IsPositiveEffect(uint8 effIndex, bool deep) const
|
|||
return true;
|
||||
return false;
|
||||
case SPELL_AURA_MOD_ROOT:
|
||||
case SPELL_AURA_MOD_FEAR:
|
||||
case SPELL_AURA_MOD_SILENCE:
|
||||
case SPELL_AURA_GHOST:
|
||||
case SPELL_AURA_PERIODIC_LEECH:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue