feat(glue): name IDLE_REALM_LIST in GLUE_IDLE_STATE (#104)

This commit is contained in:
Tristan 'Natrist' Cormier 2025-10-07 23:06:57 -04:00 committed by GitHub
parent 7d5d56a401
commit a1b69a077c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -877,7 +877,7 @@ void CGlueMgr::StatusDialogClick() {
break;
}
case IDLE_4:
case IDLE_REALM_LIST:
case IDLE_5:
case IDLE_6:
case IDLE_ENTER_WORLD: {

View File

@ -17,7 +17,7 @@ class CGlueMgr {
IDLE_LOGIN_SERVER_LOGIN = 1,
IDLE_ACCOUNT_LOGIN = 2,
IDLE_CHARACTER_LIST = 3,
IDLE_4 = 4,
IDLE_REALM_LIST = 4,
IDLE_5 = 5,
IDLE_6 = 6,
IDLE_7 = 7,