diff options
| author | Shauren <shauren.trinity@gmail.com> | 2014-05-04 00:59:24 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2014-05-04 00:59:24 +0200 |
| commit | 769fadd104978b8a45995dc652539b2c619b54f1 (patch) | |
| tree | aeb324ee574816ab45cbb9704548ead9e5caa09a /src/server/authserver/Authentication/AuthCodes.h | |
| parent | b2180ef5b849bd81a6b85a99fa9391dd6e20d105 (diff) | |
Core/Battle.net
* Extended AuthResult enum
* Implemented WriteString in BitStream
* Fixed HexStrToByteArray in reverse mode
Diffstat (limited to 'src/server/authserver/Authentication/AuthCodes.h')
| -rw-r--r-- | src/server/authserver/Authentication/AuthCodes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/server/authserver/Authentication/AuthCodes.h b/src/server/authserver/Authentication/AuthCodes.h index 12c2a810abb..158029bcefc 100644 --- a/src/server/authserver/Authentication/AuthCodes.h +++ b/src/server/authserver/Authentication/AuthCodes.h @@ -75,6 +75,8 @@ namespace Battlenet enum AuthResult { AUTH_OK = 0, + AUTH_INTERNAL_ERROR = 100, + AUTH_CORRUPTED_MODULE = 102, AUTH_BAD_SERVER_PROOF = 103, AUTH_UNKNOWN_ACCOUNT = 104, AUTH_CLOSED = 105, |
