diff options
author | Asheraf <acheraf1998@gmail.com> | 2018-04-18 05:59:43 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2018-04-18 06:29:21 +0100 |
commit | 44666b72038abfd7b60402e640875a8e910185ea (patch) | |
tree | 7a63eb1536915253fdc77454210d94c7bed1f467 /conf | |
parent | 4686ff6cfcc579f6a1f1700407bbf63318edd2c9 (diff) | |
download | hercules-44666b72038abfd7b60402e640875a8e910185ea.tar.gz hercules-44666b72038abfd7b60402e640875a8e910185ea.tar.bz2 hercules-44666b72038abfd7b60402e640875a8e910185ea.tar.xz hercules-44666b72038abfd7b60402e640875a8e910185ea.zip |
Enable attendance system for PACKETVER_ZERO_NUM >= 20180411
Diffstat (limited to 'conf')
-rw-r--r-- | conf/map/battle/feature.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/map/battle/feature.conf b/conf/map/battle/feature.conf index c0c60e475..8d19539b4 100644 --- a/conf/map/battle/feature.conf +++ b/conf/map/battle/feature.conf @@ -71,7 +71,7 @@ features: { // false: disable enable_homun_autofeed: true - // Enable Attendance System for clients >= 2018-03-07bRagexeRE or 2018-04-04bRagexe + // Enable Attendance System for clients >= 2018-03-07bRagexeRE or 2018-04-04bRagexe or 2018-04-11aRagexe_zero // true: enable (Default) // false: disable enable_attendance_system: true |