diff --git a/src/realmd/AuthCodes.h b/src/realmd/AuthCodes.h index 7342d8eac..2e172b6c9 100644 --- a/src/realmd/AuthCodes.h +++ b/src/realmd/AuthCodes.h @@ -68,6 +68,6 @@ enum LoginResult // others will not and opposite // will only support WoW, WoW:TBC and WoW:WotLK 3.1.2 client build 9868... -#define EXPECTED_MANGOS_CLIENT_BUILD {9835, 9868, 0} +#define EXPECTED_MANGOS_CLIENT_BUILD {9868, 0} #endif