mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-02 08:42:45 +03:00
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:
parent
84cc18d904
commit
c3091a0c1f
@ -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: {
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user