From 6ef87638949348233e0cf171104d84d859b0ea28 Mon Sep 17 00:00:00 2001 From: Jedzkie Date: Sat, 9 Jan 2016 12:10:48 +0800 Subject: PR_MAGNIFICAT Skill Fix: - PR_MAGNIFICAT HP Regeneration applies only in PRE-RENEWAL. --- src/map/status.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/map/status.c') diff --git a/src/map/status.c b/src/map/status.c index c755d8eb0..5ada4ec51 100644 --- a/src/map/status.c +++ b/src/map/status.c @@ -3523,10 +3523,14 @@ void status_calc_regen_rate(struct block_list *bl, struct regen_data *regen, str if (regen->sregen) regen->sregen->rate.hp += 3; } + if (sc->data[SC_MAGNIFICAT]) { +#ifndef RENEWAL // HP Regen applies only in Pre-renewal regen->rate.hp += 1; +#endif regen->rate.sp += 1; } + if (sc->data[SC_GDSKILL_REGENERATION]) { const struct status_change_entry *sce = sc->data[SC_GDSKILL_REGENERATION]; if (!sce->val4) { -- cgit v1.2.3-60-g2f50