diff options
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c index 5dab6634d..fe9b8b1df 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -3249,6 +3249,9 @@ int inter_config_read(char *cfgName) if(strcmpi(w1,"item_db2_db")==0) strcpy(item_db2_db,w2); else + if(strcmpi(w1,"item_db_re_db")==0) + strcpy(item_db_re_db,w2); + else if(strcmpi(w1,"mob_db2_db")==0) strcpy(mob_db2_db,w2); else |