mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 04:56:20 +00:00
Update client_packet.cpp
This commit is contained in:
@@ -13093,6 +13093,11 @@ void Client::Handle_OP_TargetCommand(const EQApplicationPacket *app)
|
|||||||
GetTarget()->IsTargeted(1);
|
GetTarget()->IsTargeted(1);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
else if (RuleB(Character, AllowMQTarget))
|
||||||
|
{
|
||||||
|
+ GetTarget()->IsTargeted(1);
|
||||||
|
+ return;
|
||||||
|
+ }
|
||||||
else if (IsAssistExempted())
|
else if (IsAssistExempted())
|
||||||
{
|
{
|
||||||
GetTarget()->IsTargeted(1);
|
GetTarget()->IsTargeted(1);
|
||||||
|
|||||||
Reference in New Issue
Block a user