Core/Authserver: Partial port of 56cf7ff2a8

Change the "UpdateIfNeed" logic to a deadline_timer
This commit is contained in:
DDuarte
2016-02-28 15:59:10 +00:00
parent 2ea31027e5
commit 6cd63ca3d4
4 changed files with 26 additions and 29 deletions

View File

@@ -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;