diff options
Diffstat (limited to 'src/map/skill.c')
-rw-r--r-- | src/map/skill.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/skill.c b/src/map/skill.c index 6250b85a3..2e028b129 100644 --- a/src/map/skill.c +++ b/src/map/skill.c @@ -8043,6 +8043,8 @@ int skill_castend_nodamage_id (struct block_list *src, struct block_list *bl, in if( flag&1 ) { if( is_boss(bl) ) break; if( sc_start2(bl, type, 100, skilllv, src->id, skill_get_time(skillid, skilllv))) { + if( bl->type == BL_MOB ) + mob_unlocktarget((TBL_MOB*)bl,gettick()); unit_stop_attack(bl); clif_bladestop(src, bl->id, 1); map_freeblock_unlock(); |