aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Server/AuthSession.cpp
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2017-07-21 20:34:00 +0200
committerShauren <shauren.trinity@gmail.com>2017-07-21 20:34:00 +0200
commit1f6355431214ef1dcf99574070d63942c3a17bb5 (patch)
tree85c792d58895e4a9b80564475e5709cc7c29efb8 /src/server/authserver/Server/AuthSession.cpp
parent40c78cac4c430a97386b44b994ec85fbaeda8821 (diff)
Core/Auth: Fixed client getting stuck on login or realm change
Diffstat (limited to 'src/server/authserver/Server/AuthSession.cpp')
-rw-r--r--src/server/authserver/Server/AuthSession.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/authserver/Server/AuthSession.cpp b/src/server/authserver/Server/AuthSession.cpp
index 49602119de0..9d139c351e3 100644
--- a/src/server/authserver/Server/AuthSession.cpp
+++ b/src/server/authserver/Server/AuthSession.cpp
@@ -885,6 +885,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