mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-17 01:22:25 +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);
|
||||
return;
|
||||
}
|
||||
else if(IsXTarget(GetTarget()))
|
||||
{
|
||||
GetTarget()->IsTargeted(1);
|
||||
return;
|
||||
}
|
||||
else if(GetBindSightTarget())
|
||||
{
|
||||
if(GetBindSightTarget()->DistNoRoot(*GetTarget()) > (zone->newzone_data.maxclip*zone->newzone_data.maxclip))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user