summaryrefslogtreecommitdiff
path: root/src/map/map.h
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-08-01 15:52:35 -0400
committergumi <git@gumi.ca>2018-08-01 15:57:42 -0400
commit3a8705a28c5c9577e5a86584224d6252d0620ed8 (patch)
tree25dd041289de5912b9d8b004457f02650d271747 /src/map/map.h
parentd77d6b246308308a37d5acca57af7f9d527b306d (diff)
downloadhercules-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/map.h')
-rw-r--r--src/map/map.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/map.h b/src/map/map.h
index 207fef2ce..cf3a4e57c 100644
--- a/src/map/map.h
+++ b/src/map/map.h
@@ -1216,6 +1216,7 @@ END_ZEROED_BLOCK;
void (*zone_apply) (int m, struct map_zone_data *zone, const char* start, const char* buffer, const char* filepath);
void (*zone_change) (int m, struct map_zone_data *zone, const char* start, const char* buffer, const char* filepath);
void (*zone_change2) (int m, struct map_zone_data *zone);
+ void (*zone_reload) (void);
int (*getcell) (int16 m, const struct block_list *bl, int16 x, int16 y, cell_chk cellchk);
void (*setgatcell) (int16 m, int16 x, int16 y, int gat);