From 1e61252445870d78ab5a782f7b1698d6e9c8189a 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 c888765d8..124fe7dcd 100644 --- a/zone/client_packet.cpp +++ b/zone/client_packet.cpp @@ -13255,7 +13255,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;