From 96875173af3f7dcbbc48cd021a60e40b8dd08a85 Mon Sep 17 00:00:00 2001 From: ApoC Date: Sun, 28 Jun 2009 21:00:49 +0200 Subject: [PATCH] Allow NPCs to apply taunt. Signed-off-by: ApoC --- src/game/SpellAuras.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)