chore(glue): rename IDLE_5 to IDLE_CREATE_CHARACTER

This commit is contained in:
Tristan Cormier 2026-02-14 20:36:19 -05:00
parent d859670f7b
commit 7ff71cd634
2 changed files with 2 additions and 2 deletions

View File

@ -1129,7 +1129,7 @@ void CGlueMgr::StatusDialogClick() {
}
case IDLE_REALM_LIST:
case IDLE_5:
case IDLE_CREATE_CHARACTER:
case IDLE_DELETE_CHARACTER:
case IDLE_ENTER_WORLD: {
ClientServices::Connection()->Cancel(2);

View File

@ -20,7 +20,7 @@ class CGlueMgr {
IDLE_ACCOUNT_LOGIN = 2,
IDLE_CHARACTER_LIST = 3,
IDLE_REALM_LIST = 4,
IDLE_5 = 5,
IDLE_CREATE_CHARACTER = 5,
IDLE_DELETE_CHARACTER = 6,
IDLE_7 = 7,
IDLE_8 = 8,