mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 08:12:44 +03:00
feat(net): call HandleRealmData in GruntLogin reconnect flow
This commit is contained in:
parent
84195691c6
commit
c0efa22bdf
@ -167,8 +167,7 @@ void GruntLogin::LogonResult(Grunt::Result result, const uint8_t* sessionKey, ui
|
|||||||
// Reconnect
|
// Reconnect
|
||||||
|
|
||||||
if (this->IsReconnect()) {
|
if (this->IsReconnect()) {
|
||||||
// TODO
|
this->m_loginResponse->HandleRealmData(1, nullptr);
|
||||||
// this->m_loginResponse->HandleRealmData(1, 0);
|
|
||||||
this->m_clientLink->Disconnect();
|
this->m_clientLink->Disconnect();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user