diff --git a/zone/npc.cpp b/zone/npc.cpp index ba5782c34..7210dee79 100644 --- a/zone/npc.cpp +++ b/zone/npc.cpp @@ -3666,7 +3666,7 @@ void NPC::AIYellForHelp(Mob *sender, Mob *attacker) && mob != attacker && mob->GetPrimaryFaction() != 0 && !mob->IsEngaged() - && ((!mob->IsPet()) || (mob->IsPet() && mob->GetOwner() && !mob->GetOwner()->IsClient())) + && ((!mob->IsPet()) || (mob->IsPet() && mob->GetOwner() && !mob->GetOwner()->IsOfClientBot())) ) { /**