mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
Ignore bots during group position update. Fixes zone.exe crash when a client gets too far away from their bots.
This commit is contained in:
@@ -2471,6 +2471,9 @@ void Group::QueueClients(Mob *sender, const EQApplicationPacket *app, bool ack_r
|
||||
if (!members[i])
|
||||
continue;
|
||||
|
||||
if (!members[i]->IsClient())
|
||||
continue;
|
||||
|
||||
if (ignore_sender && members[i] == sender)
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user