summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorAsheraf <acheraf1998@gmail.com>2018-04-03 17:15:02 +0100
committerAsheraf <acheraf1998@gmail.com>2018-04-07 21:59:20 +0100
commitd269ece7b9c4315b59dc5aac970362cc36139be3 (patch)
treee5d87743ec321e2531e8c33d56961be21bbeabbb /src/common/mmo.h
parent6e0a40288326495b97e6e5a1435a624defb8ed92 (diff)
downloadhercules-d269ece7b9c4315b59dc5aac970362cc36139be3.tar.gz
hercules-d269ece7b9c4315b59dc5aac970362cc36139be3.tar.bz2
hercules-d269ece7b9c4315b59dc5aac970362cc36139be3.tar.xz
hercules-d269ece7b9c4315b59dc5aac970362cc36139be3.zip
Implementation of Attendance system
Diffstat (limited to 'src/common/mmo.h')
-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;
};