summaryrefslogtreecommitdiff
path: root/src/common
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-04-07 23:34:46 +0200
committerGitHub <noreply@github.com>2018-04-07 23:34:46 +0200
commit189f2ecf6a52937806a8921673c9be6b4157ebf1 (patch)
tree1102cd6938564b38027cf427be861033bc8028d1 /src/common
parent1286588a17efa51f5c56a1e110bc8d6f8f887e5b (diff)
parentd269ece7b9c4315b59dc5aac970362cc36139be3 (diff)
downloadhercules-189f2ecf6a52937806a8921673c9be6b4157ebf1.tar.gz
hercules-189f2ecf6a52937806a8921673c9be6b4157ebf1.tar.bz2
hercules-189f2ecf6a52937806a8921673c9be6b4157ebf1.tar.xz
hercules-189f2ecf6a52937806a8921673c9be6b4157ebf1.zip
Merge pull request #1990 from Asheraf/attendance_ui
Implementation of Attendance system
Diffstat (limited to 'src/common')
-rw-r--r--src/common/mmo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 4f047361e..1110fa8f5 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -680,6 +680,9 @@ struct mmo_charstatus {
uint32 uniqueitem_counter;
+ int64 attendance_timer;
+ short attendance_count;
+
unsigned char hotkey_rowshift;
};