diff options
Diffstat (limited to 'src/map/map.c')
-rw-r--r-- | src/map/map.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c index dc79b1750..5dc4d25ba 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -3951,6 +3951,11 @@ int do_init(int argc, char *argv[]) { ShowNotice("Server is running on '"CL_WHITE"PK Mode"CL_RESET"'.\n"); grfio_final(); // Unused after reading all maps. + //However, some reload functions still use it,disable them. + battle_config.cardillust_read_grffile = + battle_config.item_equip_override_grffile = + battle_config.item_slots_override_grffile = + battle_config.item_name_override_grffile = 0; ShowStatus("Server is '"CL_GREEN"ready"CL_RESET"' and listening on port '"CL_WHITE"%d"CL_RESET"'.\n\n", map_port); |