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 8e8949cc5..94de8064a 100644 --- a/src/map/npc.h +++ b/src/map/npc.h @@ -81,8 +81,6 @@ int npc_unload(struct npc_data *nd); int npc_reload(void);
int npc_script_event(TBL_PC* sd, int type);
-extern int dummy_npc_id;
-
extern char *current_file;
struct npc_data *fake_nd;
|