diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/map/npc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index de25c09a3..5e180220c 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -153,7 +153,7 @@ int npc_gettimerevent_tick(struct npc_data* nd); int npc_settimerevent_tick(struct npc_data* nd, int newtimer); int npc_remove_map(struct npc_data* nd); void npc_unload_duplicates (struct npc_data* nd); -int npc_unload(struct npc_data* nd, bool); +int npc_unload(struct npc_data* nd, bool single); int npc_reload(void); void npc_read_event_script(void); int npc_script_event(struct map_session_data* sd, enum npce_event type); |