diff options
author | click <none@none> | 2010-04-12 15:15:03 +0200 |
---|---|---|
committer | click <none@none> | 2010-04-12 15:15:03 +0200 |
commit | c816f9a99259726ed230cba79e6cf1368ea481b6 (patch) | |
tree | 9bc27ed0533fd94d01041f39a4424208d01912d7 | |
parent | 4d40a208038fec3f58162e95149610475faa2644 (diff) |
Put back version-numbers for supported clients
--HG--
branch : trunk
-rw-r--r-- | src/trinityrealm/AuthCodes.h | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/src/trinityrealm/AuthCodes.h b/src/trinityrealm/AuthCodes.h index cfc2271b7b6..eb6e4abfb08 100644 --- a/src/trinityrealm/AuthCodes.h +++ b/src/trinityrealm/AuthCodes.h @@ -69,11 +69,19 @@ enum LoginResult LOGIN_LOCKED_ENFORCED = 0x10, }; -// Support client version: -// 3.3.3a build 11723 +//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 +//3.3.3a build 11723 -#define POST_BC_ACCEPTED_CLIENT_BUILD {11723, 0} -#define PRE_BC_ACCEPTED_CLIENT_BUILD {0} +#define POST_BC_ACCEPTED_CLIENT_BUILD {11723, 11403, 11159, 10571, 10505, 10146, 9947, 8606, 0} +#define PRE_BC_ACCEPTED_CLIENT_BUILD {5875, 6005, 0} #define POST_BC_EXP_FLAG 0x2 #define PRE_BC_EXP_FLAG 0x1 |