mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-17 17:43:52 +00:00
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:
parent
95e8fcb88e
commit
3f64f81ec0
2 changed files with 37 additions and 5 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue