diff --git a/zone/attack.cpp b/zone/attack.cpp index 8e151d7c9..f9edb46ac 100644 --- a/zone/attack.cpp +++ b/zone/attack.cpp @@ -2684,7 +2684,7 @@ void Mob::AddToHateList(Mob* other, uint32 hate /*= 0*/, int32 damage /*= 0*/, b hate_list.AddEntToHateList(other, hate, damage, bFrenzy, !iBuffTic); - if (other->IsClient() && !on_hatelist) + if (other->IsClient() && !on_hatelist && !IsOnFeignMemory(other->CastToClient())) other->CastToClient()->AddAutoXTarget(this); #ifdef BOTS