summaryrefslogtreecommitdiff
path: root/src/map/mob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.c')
-rw-r--r--src/map/mob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mob.c b/src/map/mob.c
index 48dd67100..3e8df661f 100644
--- a/src/map/mob.c
+++ b/src/map/mob.c
@@ -168,7 +168,7 @@ void mvptomb_destroy(struct mob_data *md)
struct npc_data *nd = (struct npc_data *)map_id2bl(md->tomb_nid);
if (nd)
- npc_unload(nd);
+ npc_unload(nd,true);
md->tomb_nid = 0;
}