summaryrefslogtreecommitdiff
path: root/src/map/map.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2015-07-08 15:11:32 +0200
committerHaru <haru@dotalux.com>2015-08-09 21:14:02 +0200
commit8caa0e564b5331a88d8dc1712513368b37ba9694 (patch)
treec9a1f5db3f1657c8c7bd1be409d937fe46d23c9b /src/map/map.c
parent84e02ac28fbb15c58d0a0f8a916b49663198b05b (diff)
downloadhercules-8caa0e564b5331a88d8dc1712513368b37ba9694.tar.gz
hercules-8caa0e564b5331a88d8dc1712513368b37ba9694.tar.bz2
hercules-8caa0e564b5331a88d8dc1712513368b37ba9694.tar.xz
hercules-8caa0e564b5331a88d8dc1712513368b37ba9694.zip
Removed unused tables sstatus and interreg
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/map/map.c')
-rw-r--r--src/map/map.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 2ad13bea3..abbc5c954 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -3730,8 +3730,6 @@ int inter_config_read(char *cfgName) {
safestrncpy(map->mob_skill_db_db, w2, sizeof(map->mob_skill_db_db));
else if(strcmpi(w1,"mob_skill_db2_db")==0)
safestrncpy(map->mob_skill_db2_db, w2, sizeof(map->mob_skill_db2_db));
- else if(strcmpi(w1,"interreg_db")==0)
- safestrncpy(map->interreg_db, w2, sizeof(map->interreg_db));
/* map sql stuff */
else if(strcmpi(w1,"map_server_ip")==0)
safestrncpy(map->server_ip, w2, sizeof(map->server_ip));
@@ -6113,7 +6111,6 @@ void map_defaults(void) {
sprintf(map->mob_db2_db, "mob_db2");
sprintf(map->mob_skill_db_db, "mob_skill_db");
sprintf(map->mob_skill_db2_db, "mob_skill_db2");
- sprintf(map->interreg_db, "interreg");
map->INTER_CONF_NAME="conf/inter-server.conf";
map->LOG_CONF_NAME="conf/logs.conf";