diff options
Diffstat (limited to 'src/map/npc.c')
-rw-r--r-- | src/map/npc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/npc.c b/src/map/npc.c index cc87aa611..592bd88f1 100644 --- a/src/map/npc.c +++ b/src/map/npc.c @@ -2946,7 +2946,7 @@ int do_final_npc(void) if ((bl = map_id2bl(i))){ if (bl->type == BL_NPC) npc_unload((struct npc_data *)bl); - else if (bl->type&(BL_MOB|BL_PET|BL_HOM)) + else if (bl->type&(BL_MOB|BL_PET|BL_HOM|BL_MER)) unit_free(bl, 0); } } |