From bfb77803d84b2d1632749cc011e972555829706d Mon Sep 17 00:00:00 2001 From: Kurt Gilpin Date: Sun, 28 Aug 2016 07:03:00 -0500 Subject: [PATCH] Update client_packet.cpp --- zone/client_packet.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/zone/client_packet.cpp b/zone/client_packet.cpp index 37108697c..cd74af8e8 100644 --- a/zone/client_packet.cpp +++ b/zone/client_packet.cpp @@ -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);