feat(glue): implement CGlueMgr::GetRealmList

This commit is contained in:
fallenoak 2025-10-08 22:30:01 -05:00
parent 3636efec34
commit 0187611d4d
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -285,9 +285,15 @@ void CGlueMgr::GetCharacterList() {
}
void CGlueMgr::GetRealmList(int32_t a1) {
// TODO
}
CGlueMgr::SetIdleState(IDLE_REALM_LIST);
if (a1) {
auto inProgressText = FrameScript_GetText("REALM_LIST_IN_PROGRESS", -1, GENDER_NOT_APPLICABLE);
FrameScript_SignalEvent(OPEN_STATUS_DIALOG, "%s%s", "CANCEL", inProgressText);
}
ClientServices::GetRealmList();
}
int32_t CGlueMgr::HandleBattlenetDisconnect() {
// TODO