diff options
author | shennetsind <ind@henn.et> | 2015-01-18 19:53:29 -0200 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2015-01-18 19:53:29 -0200 |
commit | eb75dc692321954912d3befcdfb45d2f1898eaa4 (patch) | |
tree | c3b9f799a494281031cd067c8c0fa31a5fa6b462 /src/map/atcommand.c | |
parent | 43a24c0c88bdf19935d15d1b8392e3527ff090cd (diff) | |
parent | d541a74021fd7715f1201b123714253dd602d2bf (diff) | |
download | hercules-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.c | 2 |
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(); |