feat(glue): initialize realm list

This commit is contained in:
fallenoak 2023-02-14 23:23:09 -06:00
parent ef834d938e
commit 780de91468
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
4 changed files with 36 additions and 2 deletions

View file

@ -243,8 +243,7 @@ void CGlueMgr::Initialize() {
CGlueMgr::Resume();
// TODO
// CRealmList::Initialize();
CRealmList::Initialize();
EventRegisterEx(EVENT_ID_IDLE, &CGlueMgr::Idle, 0, 0.0);