diff options
Diffstat (limited to 'src/map/npc.h')
-rw-r--r-- | src/map/npc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index 2f546ae0d..ea28964f5 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -81,6 +81,7 @@ int npc_remove_map(struct npc_data *nd); void npc_unload_duplicates (struct npc_data *nd); int npc_unload(struct npc_data *nd); int npc_reload(void); +void npc_read_event_script(void); int npc_script_event(TBL_PC* sd, int type); extern char *current_file; |