mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 16:39:08 +01:00
Core/Auth: Prevent queueing more than one realmlist query at the same time
This commit is contained in:
@@ -39,6 +39,7 @@ enum AuthStatus
|
||||
STATUS_LOGON_PROOF,
|
||||
STATUS_RECONNECT_PROOF,
|
||||
STATUS_AUTHED,
|
||||
STATUS_WAITING_FOR_REALM_LIST,
|
||||
STATUS_CLOSED
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user