Update client_packet.cpp

This commit is contained in:
Kurt Gilpin 2016-08-28 07:03:00 -05:00 committed by GitHub
parent 364ab42c49
commit bfb77803d8

View File

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