diff options
-rw-r--r-- | src/game/SpellAuras.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 799e54fccfa..695a706b7f7 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -5542,7 +5542,7 @@ void AuraEffect::HandleAuraUntrackable(bool apply, bool Real, bool /*changeAmoun void AuraEffect::HandleAuraModPacify(bool apply, bool Real, bool /*changeAmount*/) { - if(!Real || m_target->GetTypeId() != TYPEID_PLAYER) + if(!Real) return; if(apply) |