diff options
author | Dastgir <dastgirp@gmail.com> | 2018-08-07 18:58:55 +0530 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2019-04-07 18:01:52 +0200 |
commit | cd32aea9bdd0addf1dbd96cf1cdeb3c798d93e34 (patch) | |
tree | 9081fe065493187c30cf03e36eb1c19e26ca22b9 /conf/map/battle/feature.conf | |
parent | e1e951c805916853e55ff5b9ce0531e0cf483ebf (diff) | |
download | hercules-cd32aea9bdd0addf1dbd96cf1cdeb3c798d93e34.tar.gz hercules-cd32aea9bdd0addf1dbd96cf1cdeb3c798d93e34.tar.bz2 hercules-cd32aea9bdd0addf1dbd96cf1cdeb3c798d93e34.tar.xz hercules-cd32aea9bdd0addf1dbd96cf1cdeb3c798d93e34.zip |
Added configuration to enable/disable achievement system
Diffstat (limited to 'conf/map/battle/feature.conf')
-rw-r--r-- | conf/map/battle/feature.conf | 5 |
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 } |