mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-27 19:07:57 +00:00
Correct group member position updates when in a raid (#5115)
This commit is contained in:
+1
-1
@@ -2102,7 +2102,7 @@ void Raid::QueueClients(Mob *sender, const EQApplicationPacket *app, bool ack_re
|
||||
continue;
|
||||
}
|
||||
|
||||
if (m.member->IsClient()) {
|
||||
if (!m.member->IsClient()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user