diff options
Diffstat (limited to 'src/defines.h')
-rw-r--r-- | src/defines.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/defines.h b/src/defines.h index fff197c5..cf1db301 100644 --- a/src/defines.h +++ b/src/defines.h @@ -270,7 +270,8 @@ enum { // Login specific return values enum { LOGIN_INVALID_VERSION = 0x40, // the user is using an incompatible protocol - LOGIN_SERVER_FULL // the server is overloaded + LOGIN_SERVER_FULL, // the server is overloaded + LOGIN_BANNED // the user is currently banned }; // Account register specific return values |