summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorJônatas Andreta <jonataandretta@hotmail.com>2018-03-14 23:08:06 -0300
committerJônatas Andreta <jonataandretta@hotmail.com>2018-03-14 23:08:59 -0300
commit6518dd8702421c0ff614ae3f771f56950269a77b (patch)
treec03bd6130c693366e9bc97e464d90a655bbedea4 /src/common/mmo.h
parentea964c75ac213eab98e22cce938d8bf141071179 (diff)
downloadhercules-6518dd8702421c0ff614ae3f771f56950269a77b.tar.gz
hercules-6518dd8702421c0ff614ae3f771f56950269a77b.tar.bz2
hercules-6518dd8702421c0ff614ae3f771f56950269a77b.tar.xz
hercules-6518dd8702421c0ff614ae3f771f56950269a77b.zip
- Implemented login date for guild members.
Signed-off-by: Megasantos <jonataandretta@hotmail.com>
Diffstat (limited to 'src/common/mmo.h')
-rw-r--r--src/common/mmo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/mmo.h b/src/common/mmo.h
index 04daedca0..577901e96 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -746,6 +746,7 @@ struct guild_member {
char name[NAME_LENGTH];
struct map_session_data *sd;
unsigned char modified;
+ uint32 last_login;
};
struct guild_position {