summaryrefslogtreecommitdiff
path: root/src/map/npc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/npc.c')
-rw-r--r--src/map/npc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/npc.c b/src/map/npc.c
index 4b6231cf0..68b979a28 100644
--- a/src/map/npc.c
+++ b/src/map/npc.c
@@ -2186,6 +2186,7 @@ void npc_parse_mob2(struct spawn_data* mob)
{
struct mob_data* md = mob_spawn_dataset(mob);
md->spawn = mob;
+ md->spawn->active++;
mob_spawn(md);
}
}