diff options
author | Rat <gmstreetrat@gmail.com> | 2011-11-20 18:28:18 +0100 |
---|---|---|
committer | Rat <gmstreetrat@gmail.com> | 2011-11-20 18:28:18 +0100 |
commit | d1affc4340ecb55a8d5251aaab0de7a106bc375c (patch) | |
tree | 396fa7223920b947008a9454032d1f439b3ee3c2 /src/server/authserver/Authentication/AuthCodes.h | |
parent | 10b89d976fe7ce19db8bcb1f829b3789cc9785af (diff) |
Initial Commit for client version change to 4.2.2 (14545)
- added known opcodes (handlers are commented till not updated)
- added bitstream support to bytebuffer
- updated realm auth for 14545
- updated world auth
- fixed char_enum,create,delete handlers
- added DB2 reader
- added opcode logging to debuglogmask (ignores loglevel)
- fixed compile in win64, others not yet tested
- using db2 values for item models at char_enum to prevent client crash
Lots of Thanks to All SingularityCore Members
Diffstat (limited to 'src/server/authserver/Authentication/AuthCodes.h')
-rwxr-xr-x | 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 11b1b9fb33d..88e2649ce7e 100755 --- a/src/server/authserver/Authentication/AuthCodes.h +++ b/src/server/authserver/Authentication/AuthCodes.h @@ -65,7 +65,7 @@ enum LoginResult LOGIN_LOCKED_ENFORCED = 0x10, }; -#define POST_BC_ACCEPTED_CLIENT_BUILD {12340, 11723, 11403, 11159, 10571, 10505, 10146, 9947, 8606, 0} +#define POST_BC_ACCEPTED_CLIENT_BUILD {14545 ,12340, 11723, 11403, 11159, 10571, 10505, 10146, 9947, 8606, 0} #define PRE_BC_ACCEPTED_CLIENT_BUILD {5875, 6005, 0} enum ExpansionFlags |