aboutsummaryrefslogtreecommitdiff
path: root/src/server/authserver/Server/AuthSession.cpp
diff options
context:
space:
mode:
authorDDuarte <dnpd.dd@gmail.com>2016-02-28 15:59:10 +0000
committerDDuarte <dnpd.dd@gmail.com>2016-03-06 19:46:59 +0000
commit6cd63ca3d4dbc07abc3bf72af925f48f6282ec1b (patch)
treee7f56a9bb674199970b93b52fa92199356f68493 /src/server/authserver/Server/AuthSession.cpp
parent2ea31027e5d5155fa88839aac38b175ec402e4ac (diff)
Core/Authserver: Partial port of 56cf7ff2a8f1e0a710544ec6300a21cfa44c0f73
Change the "UpdateIfNeed" logic to a deadline_timer
Diffstat (limited to 'src/server/authserver/Server/AuthSession.cpp')
-rw-r--r--src/server/authserver/Server/AuthSession.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/server/authserver/Server/AuthSession.cpp b/src/server/authserver/Server/AuthSession.cpp
index bb30f4f25e4..e0b463b74ad 100644
--- a/src/server/authserver/Server/AuthSession.cpp
+++ b/src/server/authserver/Server/AuthSession.cpp
@@ -880,9 +880,6 @@ void AuthSession::RealmListCallback(PreparedQueryResult result)
} while (result->NextRow());
}
- // Update realm list if need
- sRealmList->UpdateIfNeed();
-
// Circle through realms in the RealmList and construct the return packet (including # of user characters in each realm)
ByteBuffer pkt;