diff --git a/zone/client_packet.cpp b/zone/client_packet.cpp index c253cc912..c0fb14285 100644 --- a/zone/client_packet.cpp +++ b/zone/client_packet.cpp @@ -13252,7 +13252,7 @@ void Client::Handle_OP_TargetCommand(const EQApplicationPacket *app) GetTarget()->IsTargeted(1); return; } - else if (GetTaget()->IsPetOwnerClient()) + else if (GetTarget()->IsPetOwnerClient()) { GetTarget()->IsTargeted(1); return;