diff options
author | n0n4m3 <none@none> | 2010-04-11 11:52:08 +0400 |
---|---|---|
committer | n0n4m3 <none@none> | 2010-04-11 11:52:08 +0400 |
commit | aaf6411bcb917517fbedf96952e35f8b406d696c (patch) | |
tree | 13eb79de5a25cf4467c8db5bb30e5ae6409c6c1f /src/trinityrealm/AuthCodes.h | |
parent | a3be43a297443062d83cfbe4307f96bcdc53e619 (diff) |
Finish basic implement support client version 3.3.3a build 11723. Need extract new dbc/maps/vmaps files.
--HG--
branch : trunk
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 |