From 833f18c281505e25dee445061e72edc6decba6ee Mon Sep 17 00:00:00 2001 From: shennetsind Date: Fri, 14 Jun 2013 12:18:42 -0300 Subject: Fixed Bug #7351 Default version wasn't being set. http://hercules.ws/board/tracker/issue-7351-unable-to-fetch-unique-id-data/ Signed-off-by: shennetsind --- src/map/map.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/map/map.c b/src/map/map.c index 84b4f6bd2..5dbedebb6 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -5313,6 +5313,7 @@ int do_init(int argc, char *argv[]) sprintf(iMap->mob_db2_db, "mob_db2"); sprintf(iMap->mob_skill_db_db, "mob_skill_db"); sprintf(iMap->mob_skill_db2_db, "mob_skill_db2"); + sprintf(iMap->interreg_db, "interreg"); iMap->INTER_CONF_NAME="conf/inter-server.conf"; iMap->LOG_CONF_NAME="conf/logs.conf"; -- cgit v1.2.3-70-g09d2