diff options
Diffstat (limited to 'src/map/mob.c')
-rw-r--r-- | src/map/mob.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/map/mob.c b/src/map/mob.c index b9cc38ca9..026f08c84 100644 --- a/src/map/mob.c +++ b/src/map/mob.c @@ -903,8 +903,6 @@ int mob_spawn (struct mob_data *md) add_timer(tick+5000,mob_delayspawn,md->bl.id,0); return 1; } - - md->spawn->active++; } memset(&md->state, 0, sizeof(md->state)); |