summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2019-04-07 19:39:57 +0200
committerGitHub <noreply@github.com>2019-04-07 19:39:57 +0200
commit4c7057a31717f223637d671096a5b065befc0e4c (patch)
tree9081fe065493187c30cf03e36eb1c19e26ca22b9 /conf
parente1e951c805916853e55ff5b9ce0531e0cf483ebf (diff)
parentcd32aea9bdd0addf1dbd96cf1cdeb3c798d93e34 (diff)
downloadhercules-4c7057a31717f223637d671096a5b065befc0e4c.tar.gz
hercules-4c7057a31717f223637d671096a5b065befc0e4c.tar.bz2
hercules-4c7057a31717f223637d671096a5b065befc0e4c.tar.xz
hercules-4c7057a31717f223637d671096a5b065befc0e4c.zip
Merge pull request #2170 from dastgirp/feature/achievement-config
Added configuration to enable/disable achievement system
Diffstat (limited to '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 1ed94b2a4..c306dd97b 100644
--- a/conf/map/battle/feature.conf
+++ b/conf/map/battle/feature.conf
@@ -83,4 +83,9 @@ features: {
// Attendance End time in the format YearMonthDay
feature_attendance_endtime: 20180331
+
+ // Enable Achievement System
+ // true: enable (Default)
+ // false: disable
+ enable_achievement_system: true
}