mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-08 05:52:26 +00:00
Do not trip hacker detection if target is on their XTargets
This commit is contained in:
parent
d51e60cf8b
commit
17f0cffca6
@ -1560,6 +1560,11 @@ void Client::Handle_OP_TargetCommand(const EQApplicationPacket *app)
|
|||||||
SetSenseExemption(false);
|
SetSenseExemption(false);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
else if(IsXTarget(GetTarget()))
|
||||||
|
{
|
||||||
|
GetTarget()->IsTargeted(1);
|
||||||
|
return;
|
||||||
|
}
|
||||||
else if(GetBindSightTarget())
|
else if(GetBindSightTarget())
|
||||||
{
|
{
|
||||||
if(GetBindSightTarget()->DistNoRoot(*GetTarget()) > (zone->newzone_data.maxclip*zone->newzone_data.maxclip))
|
if(GetBindSightTarget()->DistNoRoot(*GetTarget()) > (zone->newzone_data.maxclip*zone->newzone_data.maxclip))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user