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.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/server/authserver/Authentication/AuthCodes.cpp') diff --git a/src/server/authserver/Authentication/AuthCodes.cpp b/src/server/authserver/Authentication/AuthCodes.cpp index 5dacb2df35e..7a97cbee3de 100644 --- a/src/server/authserver/Authentication/AuthCodes.cpp +++ b/src/server/authserver/Authentication/AuthCodes.cpp @@ -19,7 +19,7 @@ namespace AuthHelper { - bool IsAcceptedBuild(int build) + bool IsAcceptedClientBuild(int build) { static int accepted_versions[] = TRINITYCORE_ACCEPTED_CLIENT_BUILD; @@ -29,9 +29,4 @@ namespace AuthHelper return false; } - - bool IsAcceptedClientBuild(int build) - { - return (IsAcceptedBuild(build)); - } }; -- cgit v1.2.3