|
@@ -153,7 +153,7 @@ int npc_gettimerevent_tick(struct npc_data* nd);
|
|
int npc_settimerevent_tick(struct npc_data* nd, int newtimer);
|
|
int npc_settimerevent_tick(struct npc_data* nd, int newtimer);
|
|
int npc_remove_map(struct npc_data* nd);
|
|
int npc_remove_map(struct npc_data* nd);
|
|
void npc_unload_duplicates (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);
|
|
int npc_reload(void);
|
|
void npc_read_event_script(void);
|
|
void npc_read_event_script(void);
|
|
int npc_script_event(struct map_session_data* sd, enum npce_event type);
|
|
int npc_script_event(struct map_session_data* sd, enum npce_event type);
|