From 3f90a0ffa8728d5cda375d9e1f5a6d53c112db30 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 8 Jun 2020 10:22:19 +0300 Subject: Read battle config in minimal run This allow fix warnings in different service plugins. --- src/map/map.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/map/map.c b/src/map/map.c index 24d571498..644994c09 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -6691,6 +6691,8 @@ int do_init(int argc, char *argv[]) atcommand->msg_read(map->MSG_CONF_NAME, false); map->inter_config_read(map->INTER_CONF_NAME, false); logs->config_read(map->LOG_CONF_NAME, false); + } else { + battle->config_read(map->BATTLE_CONF_FILENAME, false); } script->config_read(map->SCRIPT_CONF_NAME, false); -- cgit v1.2.3-70-g09d2