diff options
Diffstat (limited to 'src/debug.h')
-rw-r--r-- | src/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug.h b/src/debug.h index 754fe277..b024935e 100644 --- a/src/debug.h +++ b/src/debug.h @@ -39,7 +39,7 @@ extern void debugCatch(int result); #define TMW_SUCCESS 1 // the function completed successfully // ACCOUNT -#define TMW_ACCOUNTERROR_NOEXIST 101 +#define TMW_ACCOUNTERROR_NOEXIST 100 #define TMW_ACCOUNTERROR_BANNED 101 #define TMW_ACCOUNTERROR_ALREADYASSIGNED 102 #define TMW_ACCOUNTERROR_CHARNOTFOUND 103 |