summaryrefslogtreecommitdiff
path: root/conf/map/battle/feature.conf
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2017-12-08 17:38:21 +0100
committerGitHub <noreply@github.com>2017-12-08 17:38:21 +0100
commit85b71be7fd1134de6b45f9510006b84dc39975ac (patch)
tree274df4073757d0cbf04701af7c2ac4e7b3afc827 /conf/map/battle/feature.conf
parent52abec06442607fca319a8309d26674871b25b53 (diff)
parent952855644c1deaf2dc7d7880bcd14126e2d5f6bd (diff)
downloadhercules-85b71be7fd1134de6b45f9510006b84dc39975ac.tar.gz
hercules-85b71be7fd1134de6b45f9510006b84dc39975ac.tar.bz2
hercules-85b71be7fd1134de6b45f9510006b84dc39975ac.tar.xz
hercules-85b71be7fd1134de6b45f9510006b84dc39975ac.zip
Merge pull request #1898 from Asheraf/homunaf
implement homunculus autofeeding for 2017 clients
Diffstat (limited to 'conf/map/battle/feature.conf')
-rw-r--r--conf/map/battle/feature.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/conf/map/battle/feature.conf b/conf/map/battle/feature.conf
index cdb9913ea..e01c7f93d 100644
--- a/conf/map/battle/feature.conf
+++ b/conf/map/battle/feature.conf
@@ -65,4 +65,9 @@ features: {
// This is disabled in client-side in some client versions
// Disabled by default
rodex_use_accountmail: false
+
+ // Allow Homunculus autofeeding
+ // true: enable (Default)
+ // false: disable
+ enable_homun_autofeed: true
}