From 6955d7c9ad0e55480aa97d9cafd878c6bc3dc426 Mon Sep 17 00:00:00 2001 From: Shauren Date: Fri, 2 May 2014 02:55:10 +0200 Subject: Core/Battle.net * Fixed AuthResult codes * Fixed BitStream::WriteBytes size check * Fixed comparison operator for packet header * Fixed channel for client packets without channel * Implemented loading modules from database --- src/server/authserver/Authentication/AuthCodes.h | 9 ++++++--- 1 file changed, 6 insertions(+), 3 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 e844863e4b1..12c2a810abb 100644 --- a/src/server/authserver/Authentication/AuthCodes.h +++ b/src/server/authserver/Authentication/AuthCodes.h @@ -97,7 +97,10 @@ namespace Battlenet AUTH_BATTLENET_MAINTENANCE = 122, AUTH_LOGON_TOO_FAST = 123, AUTH_USE_GRUNT_LOGON = 124, + AUTH_NO_GAME_ACCOUNTS_IN_REGION = 140, + AUTH_ACCOUNT_LOCKED = 141, + LOGIN_SERVER_BUSY = 200, LOGIN_NO_GAME_ACCOUNT = 201, LOGIN_BANNED = 202, LOGIN_SUSPENDED = 203, @@ -110,9 +113,9 @@ namespace Battlenet LOGIN_TRIAL_EXPIRED = 210, LOGIN_ANTI_INDULGENCE = 211, LOGIN_INCORRECT_REGION = 212, - LOGIN_CHARGEBACK = 213, - LOGIN_IGR_WITHOUT_BNET = 214, - LOGIN_LOCKED_ENFORCED = 215, + LOGIN_LOCKED_ENFORCED = 213, + LOGIN_CHARGEBACK = 214, + LOGIN_IGR_WITHOUT_BNET = 215, LOGIN_UNLOCKABLE_LOCK = 216, LOGIN_IGR_REQUIRED = 217, LOGIN_PAYMENT_CHANGED = 218, -- cgit v1.2.3