summaryrefslogtreecommitdiff
path: root/src/map/status.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/status.c')
-rw-r--r--src/map/status.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 0b1312586..06741b587 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -6818,7 +6818,7 @@ int status_change_timer(int tid, unsigned int tick, int id, int data)
case SC_BLEEDING:
if (--(sce->val4) >= 0) {
status_fix_damage(NULL, bl, rand()%600 + 200, 0);
- if (status_isdead(bl))
+ if (status_isdead(bl) || !sc->data[type]) //It is possible you revived from kaizel if killed.
break;
sc_timer_next(10000 + tick, status_change_timer, bl->id, data );
return 0;