From dd0631d545b4b3e13a6cecbd287a8d91b75524c2 Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Thu, 21 May 2009 08:16:09 -0400 Subject: Makes sure we tell the client to remove the healing effect --- src/map/pc.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/map/pc.c b/src/map/pc.c index 64e66d7..84dc028 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -5000,6 +5000,12 @@ int pc_damage(struct block_list *src,struct map_session_data *sd,int damage) // Character is dead! + // [Kage] Make sure the healing effect doesn't play + if (sd->special_state.heal_effect) { + sd->special_state.heal_effect = 0; + clif_status_change(&sd->bl, SC_HEALING, 0); + } + sd->status.hp = 0; // [Fate] Stop quickregen sd->quick_regeneration_hp.amount = 0; -- cgit v1.2.3-60-g2f50