mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +03:00
fix(glue): name IDLE_DELETE_CHARACTER in GLUE_IDLE_STATE
This commit is contained in:
parent
92adcefef8
commit
e9cb989eb7
@ -1145,7 +1145,7 @@ void CGlueMgr::StatusDialogClick() {
|
||||
|
||||
case IDLE_REALM_LIST:
|
||||
case IDLE_5:
|
||||
case IDLE_6:
|
||||
case IDLE_DELETE_CHARACTER:
|
||||
case IDLE_ENTER_WORLD: {
|
||||
ClientServices::Connection()->Cancel(2);
|
||||
CGlueMgr::SetIdleState(IDLE_NONE);
|
||||
|
||||
@ -21,7 +21,7 @@ class CGlueMgr {
|
||||
IDLE_CHARACTER_LIST = 3,
|
||||
IDLE_REALM_LIST = 4,
|
||||
IDLE_5 = 5,
|
||||
IDLE_6 = 6,
|
||||
IDLE_DELETE_CHARACTER = 6,
|
||||
IDLE_7 = 7,
|
||||
IDLE_8 = 8,
|
||||
IDLE_9 = 9,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user