diff options
Diffstat (limited to 'src/map/pc.c')
-rw-r--r-- | src/map/pc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c index fc67196d5..416e05f97 100644 --- a/src/map/pc.c +++ b/src/map/pc.c @@ -6538,7 +6538,8 @@ static int pc_natural_heal_sp(struct map_session_data *sd) nullpo_retr(0, sd); if (sd->sc_count && (sd->sc_data[SC_TRICKDEAD].timer != -1 || // Modified by RoVeRT - sd->sc_data[SC_BERSERK].timer != -1)) + sd->sc_data[SC_BERSERK].timer != -1 || + sd->sc_data[SC_BLEEDING].timer != -1)) return 0; if (sd->no_regen & 2) |