From 6ebcbc97b368716d194c01373be5b6638d33d589 Mon Sep 17 00:00:00 2001 From: shennetsind Date: Wed, 21 Dec 2011 04:44:17 +0000 Subject: Fixed soul drain visual effect not being displayed to mobs, bugreport:2980 git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@15193 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/unit.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'src/map/unit.c') diff --git a/src/map/unit.c b/src/map/unit.c index 6ca85aba1..e7f7fffce 100644 --- a/src/map/unit.c +++ b/src/map/unit.c @@ -2107,8 +2107,11 @@ int unit_remove_map_(struct block_list *bl, clr_type clrtype, const char* file, } default: ;// do nothing } - - clif_clearunit_area(bl,clrtype); + /** + * BL_MOB is handled by mob_dead + **/ + if( bl->type != BL_MOB ) + clif_clearunit_area(bl,clrtype); map_delblock(bl); map_freeblock_unlock(); return 1; -- cgit v1.2.3-70-g09d2