From 12ade9e7c93b083948d5509e244cbbfaa668f305 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 21 Dec 2011 15:20:35 +0000 Subject: Follow up to r15193, bugreport:5135 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15198 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/unit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/map/unit.c') diff --git a/src/map/unit.c b/src/map/unit.c index 9471f6a9d..d36886d7f 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -2108,9 +2108,9 @@ int unit_remove_map_(struct block_list *bl, clr_type clrtype, const char* file, default: ;// do nothing } /** - * BL_MOB is handled by mob_dead + * BL_MOB is handled by mob_dead unless the monster is not dead. **/ - if( bl->type != BL_MOB ) + if( bl->type != BL_MOB || !status_isdead(bl) ) clif_clearunit_area(bl,clrtype); map_delblock(bl); map_freeblock_unlock(); -- cgit v1.2.3-60-g2f50