feat(glue): finish handling IDLE_WORLD_LOGIN in CGlueMgr::StatusDialogClick

This commit is contained in:
fallenoak 2025-10-09 20:32:16 -05:00
parent e3785010c4
commit 5a4df16c39
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -986,9 +986,7 @@ void CGlueMgr::StatusDialogClick() {
case IDLE_WORLD_LOGIN: {
CGlueMgr::SetIdleState(IDLE_NONE);
// TODO
// CGlueMgr::GetCharacterList();
CGlueMgr::GetCharacterList();
break;
}