Update client_packet.cpp

This commit is contained in:
Kurt Gilpin 2016-08-28 12:23:59 -05:00 committed by GitHub
parent bfb77803d8
commit 585e5830f7

View File

@ -13095,9 +13095,9 @@ void Client::Handle_OP_TargetCommand(const EQApplicationPacket *app)
}
else if (RuleB(Character, AllowMQTarget))
{
+ GetTarget()->IsTargeted(1);
+ return;
+ }
GetTarget()->IsTargeted(1);
return;
}
else if (IsAssistExempted())
{
GetTarget()->IsTargeted(1);