diff options
author | greenboxal2 <greenboxal2@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-11 22:37:41 +0000 |
---|---|---|
committer | greenboxal2 <greenboxal2@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2012-07-11 22:37:41 +0000 |
commit | c7ca0a3ce5982cc83043cdf3f9cd30f391c77b02 (patch) | |
tree | ef95f0ef7444a31ecb775ba108f2764fea8e37d9 /src/map/atcommand.c | |
parent | 3ec480937ea4f48e37762d93fadb7909f31eea83 (diff) | |
download | hercules-c7ca0a3ce5982cc83043cdf3f9cd30f391c77b02.tar.gz hercules-c7ca0a3ce5982cc83043cdf3f9cd30f391c77b02.tar.bz2 hercules-c7ca0a3ce5982cc83043cdf3f9cd30f391c77b02.tar.xz hercules-c7ca0a3ce5982cc83043cdf3f9cd30f391c77b02.zip |
Follow up r16403, adjusted map_reloadnpcs to follow new config standards(r16382).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16404 54d463be-8e91-2dee-dedb-b68131a5f0ec
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(); |