From 4aceae18b94ffaafc08e2b17bc41cd72c77f795d Mon Sep 17 00:00:00 2001 From: AlgarDude <43156286+AlgarDude@users.noreply.github.com> Date: Wed, 26 Aug 2026 00:43:29 -0400 Subject: [PATCH] Correct group member position updates when in a raid (#5115) --- zone/raids.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/raids.cpp b/zone/raids.cpp index eb8acd73c..91814793b 100644 --- a/zone/raids.cpp +++ b/zone/raids.cpp @@ -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; }