Core/Auth: Fixed client getting stuck on login or realm change

This commit is contained in:
Shauren
2017-07-21 20:34:00 +02:00
committed by Aokromes
parent 974c646e9c
commit e830489294

View File

@@ -886,6 +886,8 @@ void AuthSession::RealmListCallback(PreparedQueryResult result)
hdr.append(RealmListSizeBuffer); // append RealmList's size buffer
hdr.append(pkt); // append realms in the realmlist
SendPacket(hdr);
_status = STATUS_AUTHED;
}
// Make the SRP6 calculation from hash in dB