From 906e9d4fdd20bd8ac4a8b6c92872134e78184e18 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 18 Jun 2020 22:12:33 -0300 Subject: [CI only] [Removed] [Patch Level] Revert "Faster SP Regen" patch MP Regen rate now increases every 6 int instead of 5 int --- .tools/beta.patch2 | 9 --------- 1 file changed, 9 deletions(-) (limited to '.tools/beta.patch2') diff --git a/.tools/beta.patch2 b/.tools/beta.patch2 index 000ef6d72..80ee2077b 100644 --- a/.tools/beta.patch2 +++ b/.tools/beta.patch2 @@ -159,15 +159,6 @@ diff --git a/src/map/status.c b/src/map/status.c index 63e71c9dc..b0fb430f7 100644 --- a/src/map/status.c +++ b/src/map/status.c -@@ -3553,7 +3553,7 @@ static void status_calc_regen(struct block_list *bl, struct status_data *st, str - - regen->hp = cap_value(val, reg_flag, SHRT_MAX); - -- val = 1 + (st->int_/6) + (st->max_sp/100); -+ val = 1 + (st->int_/5) + (st->max_sp/100); - if( st->int_ >= 120 ) - val += ((st->int_-120)>>1) + 4; - @@ -4469,17 +4469,23 @@ static int status_base_atk(const struct block_list *bl, const struct status_data case W_SHOTGUN: case W_GRENADE: -- cgit v1.2.3-60-g2f50