fix(glue): add missing return in CGlueMgr::PollRealmList

This commit is contained in:
fallenoak 2025-11-04 22:47:40 -06:00
parent ad5bd21c5b
commit 50d48f680a
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -852,6 +852,8 @@ void CGlueMgr::PollRealmList(const char* msg, int32_t complete, int32_t result,
FrameScript_SignalEvent(OPEN_STATUS_DIALOG, "%s%s", "OKAY", msg);
CGlueMgr::SetIdleState(IDLE_NONE);
return;
}
// Success