diff options
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c index 8f7f7efb2..c433857ec 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -3717,6 +3717,12 @@ int do_init(int argc, char *argv[]) } map_config_read(MAP_CONF_NAME); +#if REMODE + /** + * to make pre-re conflict safe + **/ + map_config_read("npc/scripts_renewal.conf"); +#endif chrif_checkdefaultlogin(); if (!map_ip_set || !char_ip_set) { |