feat(net): implement ClientServices::GetRealmList (second request of Realm List)

This commit is contained in:
VDm 2025-04-12 16:58:49 +04:00
parent afc6c3666b
commit 06eeedbb68
7 changed files with 28 additions and 3 deletions

View file

@ -13,6 +13,10 @@ bool Login::IsReconnect() {
return this->m_reconnect;
}
bool Login::IsLoggedOn() {
return this->m_loggedOn;
}
bool Login::OnlineIdle() {
// TODO