Allow NPCs to apply taunt.

Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
ApoC 2009-06-28 21:00:49 +02:00
parent 14a4e0ec53
commit 96875173af

View file

@ -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)