Correct group member position updates when in a raid (#5115)
Build / Linux (push) Has been cancelled
Build / Windows (push) Has been cancelled

This commit is contained in:
AlgarDude
2026-08-26 00:43:29 -04:00
committed by GitHub
parent b69fa9cbcd
commit 4aceae18b9
+1 -1
View File
@@ -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;
}