mirror of
https://github.com/whoahq/whoa.git
synced 2026-02-01 00:02:45 +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
|
||||
|
||||
if (this->IsReconnect()) {
|
||||
// TODO
|
||||
// this->m_loginResponse->HandleRealmData(1, 0);
|
||||
this->m_loginResponse->HandleRealmData(1, nullptr);
|
||||
this->m_clientLink->Disconnect();
|
||||
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user