From 5a4df16c39bba77439294ca81e6a6d0fa4545a1a Mon Sep 17 00:00:00 2001 From: fallenoak Date: Thu, 9 Oct 2025 20:32:16 -0500 Subject: [PATCH] feat(glue): finish handling IDLE_WORLD_LOGIN in CGlueMgr::StatusDialogClick --- src/glue/CGlueMgr.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/glue/CGlueMgr.cpp b/src/glue/CGlueMgr.cpp index c550217..c46e2e3 100644 --- a/src/glue/CGlueMgr.cpp +++ b/src/glue/CGlueMgr.cpp @@ -986,9 +986,7 @@ void CGlueMgr::StatusDialogClick() { case IDLE_WORLD_LOGIN: { CGlueMgr::SetIdleState(IDLE_NONE); - - // TODO - // CGlueMgr::GetCharacterList(); + CGlueMgr::GetCharacterList(); break; }