mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-27 06:22:26 +00:00
Prevents players from /assist to see if a mob is up due to error or no error messages.
This commit is contained in:
parent
3eee699a89
commit
935dde797c
@ -2950,7 +2950,11 @@ void Client::Handle_OP_Assist(const EQApplicationPacket *app)
|
|||||||
Distance(m_Position, assistee->GetPosition()) <= TARGETING_RANGE)) {
|
Distance(m_Position, assistee->GetPosition()) <= TARGETING_RANGE)) {
|
||||||
SetAssistExemption(true);
|
SetAssistExemption(true);
|
||||||
eid->entity_id = new_target->GetID();
|
eid->entity_id = new_target->GetID();
|
||||||
|
} else {
|
||||||
|
eid->entity_id = 0;
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
eid->entity_id = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user