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 db3bcf001..e6a1fd73c 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -5441,7 +5441,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); |