summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-03-11 05:06:38 +0100
committerHaru <haru@dotalux.com>2014-03-16 23:21:08 +0100
commit0e58529609ae84540ca340193abf9ca1e8166b72 (patch)
tree28f11daa6e662267e5f1ecd5655cbc46c277c076 /src/map/atcommand.c
parentab878900afdb9c9caa58b7f84f0a12b6283edf2b (diff)
downloadhercules-0e58529609ae84540ca340193abf9ca1e8166b72.tar.gz
hercules-0e58529609ae84540ca340193abf9ca1e8166b72.tar.bz2
hercules-0e58529609ae84540ca340193abf9ca1e8166b72.tar.xz
hercules-0e58529609ae84540ca340193abf9ca1e8166b72.zip
Added --load-script commandline argument
Signed-off-by: Haru <haru@dotalux.com>
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 50ec913c4..4c35999d6 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -3666,7 +3666,7 @@ ACMD(reloadscript) {
mapit->free(iter);
flush_fifos();
- map->reloadnpc(true); // reload config files seeking for npcs
+ map->reloadnpc(true, NULL, 0); // reload config files seeking for npcs
script->reload();
npc->reload();