Co-authored-by: Lemongrass3110 <lemongrass@kstp.at>
@@ -8817,7 +8817,8 @@ int32 skill_castend_nodamage_id (struct block_list *src, struct block_list *bl,
map_freeblock_unlock();
return 1;
}
- status_kill(src);
+ // Won't display the damage, but drop items and give exp
+ status_zap(src, sstatus->hp, 0, 0);
break;
case AL_ANGELUS:
#ifdef RENEWAL