summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2005-03-21 15:24:49 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2005-03-21 15:24:49 +0000
commit4a20e71c66c0b7bbdd73ab26b3ca8c0d7f4c8b64 (patch)
tree67fc6704e4735cbc6f21d368dba349e9aed768eb /src/debug.h
parent28f6096586bf4e3465140f48f1eae54f11fef88d (diff)
downloadmanaserv-4a20e71c66c0b7bbdd73ab26b3ca8c0d7f4c8b64.tar.gz
manaserv-4a20e71c66c0b7bbdd73ab26b3ca8c0d7f4c8b64.tar.bz2
manaserv-4a20e71c66c0b7bbdd73ab26b3ca8c0d7f4c8b64.tar.xz
manaserv-4a20e71c66c0b7bbdd73ab26b3ca8c0d7f4c8b64.zip
More complete implementation of startListen and stopListen, told CVS to ignore
some files and compile fixes (it actually compiles now, just don't expect it to do anything useful)
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h2
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