diff options
author | gumi <git@gumi.ca> | 2018-08-01 15:52:35 -0400 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-08-01 15:57:42 -0400 |
commit | 3a8705a28c5c9577e5a86584224d6252d0620ed8 (patch) | |
tree | 25dd041289de5912b9d8b004457f02650d271747 /src/map/npc.c | |
parent | d77d6b246308308a37d5acca57af7f9d527b306d (diff) | |
download | hercules-3a8705a28c5c9577e5a86584224d6252d0620ed8.tar.gz hercules-3a8705a28c5c9577e5a86584224d6252d0620ed8.tar.bz2 hercules-3a8705a28c5c9577e5a86584224d6252d0620ed8.tar.xz hercules-3a8705a28c5c9577e5a86584224d6252d0620ed8.zip |
reload the zone db on npc reload
Diffstat (limited to 'src/map/npc.c')
-rw-r--r-- | src/map/npc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index f80f8443a..80ff6ef72 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] */ |