AzerothCore 3.3.5a
OpenSource WoW Emulator
|
Functions | |
bool | IsPreBCAcceptedClientBuild (uint32 build) |
bool | IsPostBCAcceptedClientBuild (uint32 build) |
bool | IsAcceptedClientBuild (uint32 build) |
Variables | |
static constexpr uint32 | MAX_PRE_BC_CLIENT_BUILD = 6141 |
bool AuthHelper::IsAcceptedClientBuild | ( | uint32 | build | ) |
bool AuthHelper::IsPostBCAcceptedClientBuild | ( | uint32 | build | ) |
References MAX_PRE_BC_CLIENT_BUILD, and sRealmList.
Referenced by AuthSession::HandleLogonChallenge(), and AuthSession::HandleReconnectChallenge().
bool AuthHelper::IsPreBCAcceptedClientBuild | ( | uint32 | build | ) |
References MAX_PRE_BC_CLIENT_BUILD, and sRealmList.
Referenced by AuthSession::HandleLogonChallenge(), AuthSession::HandleReconnectChallenge(), and AuthSession::RealmListCallback().
|
staticconstexpr |
Referenced by IsPostBCAcceptedClientBuild(), and IsPreBCAcceptedClientBuild().