summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
authorshennetsind <ind@henn.et>2015-01-18 19:53:29 -0200
committershennetsind <ind@henn.et>2015-01-18 19:53:29 -0200
commiteb75dc692321954912d3befcdfb45d2f1898eaa4 (patch)
treec3b9f799a494281031cd067c8c0fa31a5fa6b462 /src/map/atcommand.c
parent43a24c0c88bdf19935d15d1b8392e3527ff090cd (diff)
parentd541a74021fd7715f1201b123714253dd602d2bf (diff)
downloadhercules-eb75dc692321954912d3befcdfb45d2f1898eaa4.tar.gz
hercules-eb75dc692321954912d3befcdfb45d2f1898eaa4.tar.bz2
hercules-eb75dc692321954912d3befcdfb45d2f1898eaa4.tar.xz
hercules-eb75dc692321954912d3befcdfb45d2f1898eaa4.zip
Merge branch 'master' of github.com:HerculesWS/Hercules
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index f750b307a..000192b62 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -3628,7 +3628,7 @@ ACMD(reloadscript) {
mapit->free(iter);
flush_fifos();
- map->reloadnpc(true, NULL, 0); // reload config files seeking for npcs
+ map->reloadnpc(true); // reload config files seeking for npcs
script->reload();
npc->reload();