diff options
Diffstat (limited to 'src/map/unit.c')
-rw-r--r-- | src/map/unit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/unit.c b/src/map/unit.c index 5568ec1de..52d378879 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -2403,7 +2403,7 @@ int unit_free(struct block_list *bl, clr_type clrtype) } if( mob_is_clone(md->class_) ) mob_clone_delete(md); - if( md->tomb_npc ) + if( md->tomb_nid ) mvptomb_destroy(md); break; } |