feat(net): call HandleRealmData in GruntLogin reconnect flow

This commit is contained in:
fallenoak 2025-10-01 20:05:26 -05:00
parent 84195691c6
commit c0efa22bdf
No known key found for this signature in database
GPG Key ID: 7628F8E61AEA070D

View File

@ -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;