From e8304892945627bb90a58e1ede37f404b56e79bd Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 21 Jul 2017 20:34:00 +0200 Subject: [PATCH] Core/Auth: Fixed client getting stuck on login or realm change --- src/server/authserver/Server/AuthSession.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/server/authserver/Server/AuthSession.cpp b/src/server/authserver/Server/AuthSession.cpp index a191d4aaf50..04fe198508c 100644 --- a/src/server/authserver/Server/AuthSession.cpp +++ b/src/server/authserver/Server/AuthSession.cpp @@ -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