summaryrefslogtreecommitdiff
path: root/src/map/npc.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-08-26 17:01:00 +0200
committerGitHub <noreply@github.com>2018-08-26 17:01:00 +0200
commit0630ea01ef687ba22f4600a2f32fb4d3e448dcb8 (patch)
treefc4889ced078a4b11ea5b507ee0b0eee3e7b9942 /src/map/npc.c
parentadae3d4518a4eae5424a3bbff40d11d3eb90a52a (diff)
parent3a8705a28c5c9577e5a86584224d6252d0620ed8 (diff)
downloadhercules-0630ea01ef687ba22f4600a2f32fb4d3e448dcb8.tar.gz
hercules-0630ea01ef687ba22f4600a2f32fb4d3e448dcb8.tar.bz2
hercules-0630ea01ef687ba22f4600a2f32fb4d3e448dcb8.tar.xz
hercules-0630ea01ef687ba22f4600a2f32fb4d3e448dcb8.zip
Merge pull request #2162 from mekolat/setzone
add atcommand_setzone, and fix #2133
Diffstat (limited to 'src/map/npc.c')
-rw-r--r--src/map/npc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/npc.c b/src/map/npc.c
index a49fb08eb..b93b2b6f4 100644
--- a/src/map/npc.c
+++ b/src/map/npc.c
@@ -4980,6 +4980,7 @@ static int npc_reload(void)
instance->reload();
+ map->zone_reload();
map->zone_init();
npc->motd = npc->name2id("HerculesMOTD"); /* [Ind/Hercules] */