summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--localserver/beta.patch24
1 files changed, 2 insertions, 2 deletions
diff --git a/localserver/beta.patch2 b/localserver/beta.patch2
index 352cced..c33838d 100644
--- a/localserver/beta.patch2
+++ b/localserver/beta.patch2
@@ -18,7 +18,7 @@ index 766fdc5ea..996576fd3 100644
static struct rodex_interface rodex_s;
struct rodex_interface *rodex;
diff --git a/src/map/status.c b/src/map/status.c
-index f06bb0330..2e8909601 100644
+index f06bb0330..1cd69ff18 100644
--- a/src/map/status.c
+++ b/src/map/status.c
@@ -3552,7 +3552,7 @@ static void status_calc_regen(struct block_list *bl, struct status_data *st, str
@@ -52,7 +52,7 @@ index f06bb0330..2e8909601 100644
}
#ifdef RENEWAL
- dstr = str;
-+ dstr = str*2;
++ dstr = str*15/10;
#endif
//Normally only players have base-atk, but homunc have a different batk
// equation, hinting that perhaps non-players should use this for batk.