From 12bd33afc6037b5d24022edc0bb4faca1e2e6186 Mon Sep 17 00:00:00 2001 From: tomrus88 Date: Sun, 10 May 2009 13:04:57 +0400 Subject: [PATCH] Removed unsupported client build. --- src/realmd/AuthCodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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