This commit is contained in:
Michael Cook (mackal) 2017-04-01 17:55:17 -04:00
parent c5e7b18637
commit 773932d8f6

View File

@ -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;