diff options
Diffstat (limited to 'src/map/npc.c')
-rw-r--r-- | src/map/npc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index 16affe0eb..6971313c8 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -52,7 +52,6 @@ static int npc_mob=0; static int npc_delay_mob=0;
static int npc_cache_mob=0;
char *current_file = NULL;
-//int dummy_npc_id=0;
int npc_get_new_npc_id(void){ return npc_id++; }
static struct dbt *ev_db;
|