diff options
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index df034f9ad..a600fec63 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -3949,7 +3949,7 @@ ACMD_FUNC(reloadscript) //atcommand_broadcast( fd, sd, "@broadcast", "You will feel a bit of lag at this point !" ); flush_fifos(); - map_reloadnpc(); // reload config files seeking for npcs + map_reloadnpc(true); // reload config files seeking for npcs script_reload(); npc_reload(); |