mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-25 04:22:26 +00:00
Update client_packet.cpp
This commit is contained in:
parent
bfb77803d8
commit
585e5830f7
@ -13095,9 +13095,9 @@ void Client::Handle_OP_TargetCommand(const EQApplicationPacket *app)
|
|||||||
}
|
}
|
||||||
else if (RuleB(Character, AllowMQTarget))
|
else if (RuleB(Character, AllowMQTarget))
|
||||||
{
|
{
|
||||||
+ GetTarget()->IsTargeted(1);
|
GetTarget()->IsTargeted(1);
|
||||||
+ return;
|
return;
|
||||||
+ }
|
}
|
||||||
else if (IsAssistExempted())
|
else if (IsAssistExempted())
|
||||||
{
|
{
|
||||||
GetTarget()->IsTargeted(1);
|
GetTarget()->IsTargeted(1);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user