summaryrefslogtreecommitdiff
path: root/src/char_sql
diff options
context:
space:
mode:
authorskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-21 14:26:54 +0000
committerskotlex <skotlex@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-09-21 14:26:54 +0000
commit31940caab4a36502a1243d04a3d013bc69c20041 (patch)
treec9c9908331d26d226aca67324d7867a9db31893c /src/char_sql
parent92213a099890fab33c501f69c6ca7bd2c44bd307 (diff)
downloadhercules-31940caab4a36502a1243d04a3d013bc69c20041.tar.gz
hercules-31940caab4a36502a1243d04a3d013bc69c20041.tar.bz2
hercules-31940caab4a36502a1243d04a3d013bc69c20041.tar.xz
hercules-31940caab4a36502a1243d04a3d013bc69c20041.zip
- Removed the unrecognized class error messages from pc_mapid2jobid and pc_jobid2mapid since these can now trigger normally through the use of the script functions roclass and eaclass.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8833 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/char_sql')
-rw-r--r--src/char_sql/char.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/char_sql/char.c b/src/char_sql/char.c
index 2ffc16e9b..e9709b5d3 100644
--- a/src/char_sql/char.c
+++ b/src/char_sql/char.c
@@ -83,7 +83,7 @@ in_addr_t char_ip = 0;
char bind_ip_str[128];
in_addr_t bind_ip = 0;
int char_port = 6121;
-int char_maintenance;
+int char_maintenance = 0;
int char_new;
int char_new_display;
int name_ignoring_case = 0; // Allow or not identical name for characters but with a different case by [Yor]