diff options
Diffstat (limited to 'src/realmd/AuthCodes.h')
-rw-r--r-- | src/realmd/AuthCodes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/realmd/AuthCodes.h b/src/realmd/AuthCodes.h index f322d7fea17..0a454117477 100644 --- a/src/realmd/AuthCodes.h +++ b/src/realmd/AuthCodes.h @@ -68,8 +68,8 @@ enum LoginResult // we need to stick to 1 version or half of the stuff will work for someone // others will not and opposite -// will only support WoW, WoW:TBC and WoW:WotLK 3.0.3 client build 9183... +// will only support WoW, WoW:TBC and WoW:WotLK 3.0.8 client build 9506... -#define EXPECTED_TRINITY_CLIENT_BUILD {9183, 0} +#define EXPECTED_TRINITY_CLIENT_BUILD {9506, 0} #endif |