mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
Core/Auth: Fixed client getting stuck on login or realm change
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user