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:
Kelsi 2026-03-18 12:03:36 -07:00
parent 64fd7eddf8
commit 5d5083683f
3 changed files with 5 additions and 17 deletions

View file

@ -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)