summaryrefslogtreecommitdiff
path: root/.tools
diff options
context:
space:
mode:
Diffstat (limited to '.tools')
-rw-r--r--.tools/beta.patch29
1 files changed, 0 insertions, 9 deletions
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: