diff options
Diffstat (limited to 'src/trinityrealm/AuthCodes.h')
-rw-r--r-- | src/trinityrealm/AuthCodes.h | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/src/trinityrealm/AuthCodes.h b/src/trinityrealm/AuthCodes.h index c195b09cfc1..cfc2271b7b6 100644 --- a/src/trinityrealm/AuthCodes.h +++ b/src/trinityrealm/AuthCodes.h @@ -69,20 +69,11 @@ enum LoginResult LOGIN_LOCKED_ENFORCED = 0x10, }; -//multirealm supported versions: -//1.12.1 build 5875 -//1.12.2 build 6005 -//2.4.3 build 8606 -//3.1.3 build 9947 -//3.1.3 build 10146 Chinese build -//3.2.2a build 10505 -//3.3.0a build 11159 -//3.3.2 build 11403 +// Support client version: +// 3.3.3a build 11723 -//original code +#define EXPECTED_TRINITY_CLIENT_BUILD {10571, 10505, 10146, 9947, 8606, 5875, 6005, 0} - -#define POST_BC_ACCEPTED_CLIENT_BUILD {11403, 11159, 10571, 10505, 10146, 9947, 8606, 0} //Maybe wrong? -#define PRE_BC_ACCEPTED_CLIENT_BUILD {5875, 6005, 0} +#define POST_BC_ACCEPTED_CLIENT_BUILD {11723, 0} +#define PRE_BC_ACCEPTED_CLIENT_BUILD {0} #define POST_BC_EXP_FLAG 0x2 #define PRE_BC_EXP_FLAG 0x1 |