diff --git a/zone/client.cpp b/zone/client.cpp index f82688080..739834acf 100644 --- a/zone/client.cpp +++ b/zone/client.cpp @@ -6775,7 +6775,7 @@ void Client::UpdateClientXTarget(Client *c) // IT IS NOT SAFE TO CALL THIS IF IT'S NOT INITIAL AGGRO void Client::AddAutoXTarget(Mob *m, bool send) { - if (m->IsBot() || (m->IsPet() && m->IsPetOwnerBot())) { + if (m->IsBot() || ((m->IsPet() || m->IsTempPet()) && m->IsPetOwnerBot())) { return; }