diff options
Diffstat (limited to 'src')
| -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 e3f2b3df169..dc98be3bfa0 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -4177,7 +4177,7 @@ void AuraEffect::HandleModTaunt(bool apply, bool Real, bool /*changeAmount*/) Unit* caster = GetCaster(); - if(!caster || !caster->isAlive() || caster->GetTypeId() != TYPEID_PLAYER) + if(!caster || !caster->isAlive()) return; if(apply) |
