summaryrefslogtreecommitdiff
path: root/src/map/battle.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-07-28 21:29:47 +0200
committerGitHub <noreply@github.com>2019-07-28 21:29:47 +0200
commitcd04fd96954ccb9fbbe33d05ad1eb3e2f7ce98c5 (patch)
treef5af9a63a5158dc890b3b5a2ecbc90e5e98e66b5 /src/map/battle.h
parent1fe63a8d4b286a4d7981b96882dab495c57dffc6 (diff)
parent5ac507e88e116e6a11185beace600bde8896c534 (diff)
downloadhercules-cd04fd96954ccb9fbbe33d05ad1eb3e2f7ce98c5.tar.gz
hercules-cd04fd96954ccb9fbbe33d05ad1eb3e2f7ce98c5.tar.bz2
hercules-cd04fd96954ccb9fbbe33d05ad1eb3e2f7ce98c5.tar.xz
hercules-cd04fd96954ccb9fbbe33d05ad1eb3e2f7ce98c5.zip
Merge pull request #2507 from Emistry/homun_exp
Update Homunculus obtain EXP from master
Diffstat (limited to 'src/map/battle.h')
-rw-r--r--src/map/battle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h
index 4f70c697b..779e360bf 100644
--- a/src/map/battle.h
+++ b/src/map/battle.h
@@ -478,6 +478,7 @@ struct Battle_Config {
int client_emblem_max_blank_percent;
int hom_max_level;
int hom_S_max_level;
+ int hom_bonus_exp_from_master;
// [BattleGround Settings]
int bg_update_interval;