mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-03-22 23:30:14 +00:00
fix: correct Eye of the Storm bgTypeId and simplify BG invite popup
Eye of the Storm uses bgTypeId 7 (from BattlemasterList.dbc), not 6. BG invite popup now uses the stored bgName from the queue slot instead of re-deriving the name with a duplicate switch statement.
This commit is contained in:
parent
64fd7eddf8
commit
5d5083683f
3 changed files with 5 additions and 17 deletions
|
|
@ -453,6 +453,7 @@ public:
|
|||
uint32_t avgWaitTimeSec = 0; // server-estimated average wait (STATUS_WAIT_QUEUE)
|
||||
uint32_t timeInQueueSec = 0; // time already spent in queue (STATUS_WAIT_QUEUE)
|
||||
std::chrono::steady_clock::time_point inviteReceivedTime{};
|
||||
std::string bgName; // human-readable BG/arena name
|
||||
};
|
||||
|
||||
// Available BG list (populated by SMSG_BATTLEFIELD_LIST)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue