mirror of
https://github.com/mangosfour/server.git
synced 2025-12-18 10:37:01 +00:00
Allow NPCs to apply taunt.
Signed-off-by: ApoC <apoc@nymfe.net>
This commit is contained in:
parent
14a4e0ec53
commit
96875173af
1 changed files with 1 additions and 1 deletions
|
|
@ -3861,7 +3861,7 @@ void Aura::HandleModTaunt(bool apply, bool Real)
|
||||||
|
|
||||||
Unit* caster = GetCaster();
|
Unit* caster = GetCaster();
|
||||||
|
|
||||||
if(!caster || !caster->isAlive() || caster->GetTypeId() != TYPEID_PLAYER)
|
if(!caster || !caster->isAlive())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if(apply)
|
if(apply)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue