fix(glue): name IDLE_DELETE_CHARACTER in GLUE_IDLE_STATE

This commit is contained in:
fallenoak 2026-01-11 11:50:38 -06:00
parent 92adcefef8
commit e9cb989eb7
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D
2 changed files with 2 additions and 2 deletions

View File

@ -1145,7 +1145,7 @@ void CGlueMgr::StatusDialogClick() {
case IDLE_REALM_LIST: case IDLE_REALM_LIST:
case IDLE_5: case IDLE_5:
case IDLE_6: case IDLE_DELETE_CHARACTER:
case IDLE_ENTER_WORLD: { case IDLE_ENTER_WORLD: {
ClientServices::Connection()->Cancel(2); ClientServices::Connection()->Cancel(2);
CGlueMgr::SetIdleState(IDLE_NONE); CGlueMgr::SetIdleState(IDLE_NONE);

View File

@ -21,7 +21,7 @@ class CGlueMgr {
IDLE_CHARACTER_LIST = 3, IDLE_CHARACTER_LIST = 3,
IDLE_REALM_LIST = 4, IDLE_REALM_LIST = 4,
IDLE_5 = 5, IDLE_5 = 5,
IDLE_6 = 6, IDLE_DELETE_CHARACTER = 6,
IDLE_7 = 7, IDLE_7 = 7,
IDLE_8 = 8, IDLE_8 = 8,
IDLE_9 = 9, IDLE_9 = 9,