summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-18 03:38:04 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-18 03:38:04 -0300
commit7b8349bfd450728416a79fd796de48f2c9229f6c (patch)
tree2e242a326b283ebbd33191786967223d027fbfea
parent89e27df37d1314e3ae319600e389f2c4c7f07fb6 (diff)
downloadhercules-7b8349bfd450728416a79fd796de48f2c9229f6c.tar.gz
hercules-7b8349bfd450728416a79fd796de48f2c9229f6c.tar.bz2
hercules-7b8349bfd450728416a79fd796de48f2c9229f6c.tar.xz
hercules-7b8349bfd450728416a79fd796de48f2c9229f6c.zip
[TMW2] Allow MP regen with maximum power
-rw-r--r--src/map/status.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/map/status.c b/src/map/status.c
index 74dd7c1c8..4b4676d4d 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -3677,7 +3677,6 @@ static void status_calc_regen_rate(struct block_list *bl, struct regen_data *reg
if (sc->data[SC_DANCING] != NULL
|| sc->data[SC_OBLIVIONCURSE] != NULL
- || sc->data[SC_MAXIMIZEPOWER] != NULL
|| sc->data[SC_REBOUND] != NULL
|| (bl->type == BL_PC && (BL_UCAST(BL_PC, bl)->job & MAPID_UPPERMASK) == MAPID_MONK
&& (sc->data[SC_EXTREMITYFIST] != NULL