mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 16:22:45 +03:00
feat(net): implement more of ClientConnection::Connect
This commit is contained in:
parent
71cc05e4dd
commit
a226ec7f76
@ -153,7 +153,11 @@ void ClientConnection::Connect() {
|
|||||||
this->m_errorCode = 7;
|
this->m_errorCode = 7;
|
||||||
this->m_statusComplete = 0;
|
this->m_statusComplete = 0;
|
||||||
|
|
||||||
// TODO
|
// TODO LogConnectionStatus(this->m_statusCop, this->m_errorCode, 1)
|
||||||
|
|
||||||
|
if (this->m_connected) {
|
||||||
|
this->Complete(1, 5);
|
||||||
|
}
|
||||||
|
|
||||||
ClientServices::LoginConnection()->GetRealmList();
|
ClientServices::LoginConnection()->GetRealmList();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user