From c95905ddbb22e2b5b5362b790aa851ef10d4e27e Mon Sep 17 00:00:00 2001 From: Shauren Date: Wed, 4 Jul 2012 18:24:05 +0200 Subject: Core: Added 4.3.4 opcodes from WPP, commented out some code to fix compile (switches with opcodes - duplicate case 0: labels) and fixed authentication --- src/server/authserver/Authentication/AuthCodes.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/server/authserver/Authentication/AuthCodes.h') diff --git a/src/server/authserver/Authentication/AuthCodes.h b/src/server/authserver/Authentication/AuthCodes.h index 6dc76ce0c56..9d631a5800d 100755 --- a/src/server/authserver/Authentication/AuthCodes.h +++ b/src/server/authserver/Authentication/AuthCodes.h @@ -65,13 +65,12 @@ enum LoginResult LOGIN_LOCKED_ENFORCED = 0x10, }; -#define TRINITYCORE_ACCEPTED_CLIENT_BUILD {14545, 14480, 14333, 14007, 0} +#define TRINITYCORE_ACCEPTED_CLIENT_BUILD {15595, 12340, 0} // accept one Cataclysm and one Wrath of the Lich King build namespace AuthHelper { bool IsAcceptedClientBuild(int build); - bool IsAcceptedBuild(int build); }; #endif -- cgit v1.2.3