diff options
Diffstat (limited to 'src/map/npc.h')
-rw-r--r-- | src/map/npc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/npc.h b/src/map/npc.h index 93fb3fa60..f75ede9c5 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -146,8 +146,6 @@ int npc_script_event(struct map_session_data* sd, enum npce_event type); int npc_cashshop_buy(struct map_session_data *sd, int nameid, int amount, int points); -void npc_foreach(int (*func)(DBKey,void*,va_list), ...); - extern struct npc_data* fake_nd; #endif /* _NPC_H_ */ |