diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index de02c0983..18150bfe3 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -3861,7 +3861,7 @@ void Aura::HandleModTaunt(bool apply, bool Real) Unit* caster = GetCaster(); - if(!caster || !caster->isAlive() || caster->GetTypeId() != TYPEID_PLAYER) + if(!caster || !caster->isAlive()) return; if(apply)