diff options
author | shennetsind <ind@henn.et> | 2013-07-25 06:07:58 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-07-25 06:07:58 -0300 |
commit | 583272234fc96da7911029cd3cad13a7fb386e9e (patch) | |
tree | 26ebd840a474d54b3e73810c5306084c9383e516 /src/map/map.c | |
parent | 0090e0303d9dd56e91b88fa331c3952097c592da (diff) | |
download | hercules-583272234fc96da7911029cd3cad13a7fb386e9e.tar.gz hercules-583272234fc96da7911029cd3cad13a7fb386e9e.tar.bz2 hercules-583272234fc96da7911029cd3cad13a7fb386e9e.tar.xz hercules-583272234fc96da7911029cd3cad13a7fb386e9e.zip |
Expanding script.c interface
Hercules Renewal Phase One.
Signed-off-by: shennetsind <ind@henn.et>
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); |