chore(glue): use name found for various builds for IDLE_4

Rename CGlueMgr::GLUE_IDLE_STATE::IDLE_4 to CGlueMgr::GLUE_IDLE_STATE::IDLE_REALM_LIST
This commit is contained in:
Tristan Cormier 2025-10-07 13:58:51 -04:00
parent 84cc18d904
commit c3091a0c1f
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,