diff options
author | Brian <runningnak3d@gmail.com> | 2010-07-09 05:03:31 -0600 |
---|---|---|
committer | Brian <runningnak3d@gmail.com> | 2010-07-09 05:03:31 -0600 |
commit | b7014c0dc8315804e98411793c75ed0a507a967d (patch) | |
tree | 82e0a2c1611f37962b27f07c56bd7104ab53e712 /src/server/authserver/Authentication/AuthCodes.h | |
parent | 45e2a65fad6549ff93005ff166fba309c20259e0 (diff) | |
parent | 70a31424f864e29d2f672e18867f9b5e9b9cdfd8 (diff) |
* Core switched to support client 3.3.5a (build 12340)
* You *MUST* extract new DBCs / maps / vmaps
* You *MUST* use UP32
* Be sure to update your realmlist
* Huge thanks to TOM_RUS
--HG--
branch : trunk
Diffstat (limited to 'src/server/authserver/Authentication/AuthCodes.h')
-rw-r--r-- | src/server/authserver/Authentication/AuthCodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/authserver/Authentication/AuthCodes.h b/src/server/authserver/Authentication/AuthCodes.h index eb6e4abfb08..802b7b78f1b 100644 --- a/src/server/authserver/Authentication/AuthCodes.h +++ b/src/server/authserver/Authentication/AuthCodes.h @@ -80,7 +80,7 @@ enum LoginResult //3.3.2 build 11403 //3.3.3a build 11723 -#define POST_BC_ACCEPTED_CLIENT_BUILD {11723, 11403, 11159, 10571, 10505, 10146, 9947, 8606, 0} +#define POST_BC_ACCEPTED_CLIENT_BUILD {12340, 11723, 11403, 11159, 10571, 10505, 10146, 9947, 8606, 0} #define PRE_BC_ACCEPTED_CLIENT_BUILD {5875, 6005, 0} #define POST_BC_EXP_FLAG 0x2 |