summaryrefslogtreecommitdiff
path: root/localserver/beta.patch2
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-20 13:51:25 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-20 13:51:25 -0300
commitde008431a99102fce3eab7453ffe0763a2807e00 (patch)
tree63b926480247e334610a3e8d2993ab7d3281d5c4 /localserver/beta.patch2
parentc0a23d30276cf9b2d508d728febdd2c3b9354378 (diff)
downloadtools-de008431a99102fce3eab7453ffe0763a2807e00.tar.gz
tools-de008431a99102fce3eab7453ffe0763a2807e00.tar.bz2
tools-de008431a99102fce3eab7453ffe0763a2807e00.tar.xz
tools-de008431a99102fce3eab7453ffe0763a2807e00.zip
Localserver: Deploy a new patch which handles server partial updates.
I know, I need to upgrade server urgently, we're three releases behind %%n This will fast-forward a few fixes, add support for get/set-unittitle(), add delitemidx() for Bracco, fix a bug on pc_statusup (thanks 4144) and then, give some EXP for homunculus in combat.
Diffstat (limited to 'localserver/beta.patch2')
-rw-r--r--localserver/beta.patch212
1 files changed, 12 insertions, 0 deletions
diff --git a/localserver/beta.patch2 b/localserver/beta.patch2
index f09c482..41a6417 100644
--- a/localserver/beta.patch2
+++ b/localserver/beta.patch2
@@ -1,3 +1,15 @@
+diff --git a/src/map/battle.c b/src/map/battle.c
+index fe7a64b51..8698cef67 100644
+--- a/src/map/battle.c
++++ b/src/map/battle.c
+@@ -7417,6 +7417,7 @@ static const struct battle_data {
+ { "features/enable_achievement_system", &battle_config.feature_enable_achievement, 1, 0, 1, },
+ { "ping_timer_inverval", &battle_config.ping_timer_interval, 30, 0, 99999999, },
+ { "ping_time", &battle_config.ping_time, 20, 0, 99999999, },
++ { "hom_bonus_exp_from_master", &battle_config.hom_bonus_exp_from_master, 10, 0, 100, },
+ };
+
+ static bool battle_set_value_sub(int index, int value)
diff --git a/src/map/rodex.c b/src/map/rodex.c
index 766fdc5ea..996576fd3 100644
--- a/src/map/rodex.c