diff options
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.c b/src/map/map.c index fe0b93609..589f6f76d 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -5331,7 +5331,7 @@ int do_init(int argc, char *argv[]) battle->config_read(iMap->BATTLE_CONF_FILENAME); atcommand->msg_read(iMap->MSG_CONF_NAME); - script_config_read(iMap->SCRIPT_CONF_NAME); + script->config_read(iMap->SCRIPT_CONF_NAME); inter_config_read(iMap->INTER_CONF_NAME); logs->config_read(iMap->LOG_CONF_NAME); |