Implement MSG_RAID_READY_CHECK_CONFIRM and MSG_RAID_READY_CHECK_FINISHED

Track individual member ready/not-ready responses in chat and summarize
results when all members have responded to the ready check.
This commit is contained in:
Kelsi 2026-03-09 20:38:44 -07:00
parent 95e8fcb88e
commit 3f64f81ec0
2 changed files with 37 additions and 5 deletions

View file

@ -1786,7 +1786,9 @@ private:
uint32_t lfgTimeInQueueMs_= 0; // ms already in queue
// Ready check state
bool pendingReadyCheck_ = false;
bool pendingReadyCheck_ = false;
uint32_t readyCheckReadyCount_ = 0;
uint32_t readyCheckNotReadyCount_ = 0;
std::string readyCheckInitiator_;
// Faction standings (factionId → absolute standing value)