From 773932d8f683151d20a4a7589bebe7c91228a591 Mon Sep 17 00:00:00 2001 From: "Michael Cook (mackal)" Date: Sat, 1 Apr 2017 17:55:17 -0400 Subject: [PATCH] Whoops --- zone/client_packet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;