diff options
author | Asheraf <acheraf1998@gmail.com> | 2018-04-03 17:15:02 +0100 |
---|---|---|
committer | Asheraf <acheraf1998@gmail.com> | 2018-04-07 21:59:20 +0100 |
commit | d269ece7b9c4315b59dc5aac970362cc36139be3 (patch) | |
tree | e5d87743ec321e2531e8c33d56961be21bbeabbb /src/map/battle.h | |
parent | 6e0a40288326495b97e6e5a1435a624defb8ed92 (diff) | |
download | hercules-d269ece7b9c4315b59dc5aac970362cc36139be3.tar.gz hercules-d269ece7b9c4315b59dc5aac970362cc36139be3.tar.bz2 hercules-d269ece7b9c4315b59dc5aac970362cc36139be3.tar.xz hercules-d269ece7b9c4315b59dc5aac970362cc36139be3.zip |
Implementation of Attendance system
Diffstat (limited to 'src/map/battle.h')
-rw-r--r-- | src/map/battle.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/map/battle.h b/src/map/battle.h index b4a404657..3236bfe0f 100644 --- a/src/map/battle.h +++ b/src/map/battle.h @@ -564,6 +564,9 @@ struct Battle_Config { int feature_enable_homun_autofeed; int storage_use_item; + + int feature_enable_attendance_system; + int feature_attendance_endtime; }; /* criteria for battle_config.idletime_critera */ |