summaryrefslogtreecommitdiff
path: root/src/common/mmo.h
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-04-03 00:16:52 +0200
committerGitHub <noreply@github.com>2018-04-03 00:16:52 +0200
commit2bd8bcf86931f2dce4df3d2fef4836657543ca50 (patch)
treeb86f7a5807ac6d6037fef60a792e5c4289b05114 /src/common/mmo.h
parentb5bd99a39aee9b555fbe90fe1c839c7cfffed9c0 (diff)
parent6518dd8702421c0ff614ae3f771f56950269a77b (diff)
downloadhercules-2bd8bcf86931f2dce4df3d2fef4836657543ca50.tar.gz
hercules-2bd8bcf86931f2dce4df3d2fef4836657543ca50.tar.bz2
hercules-2bd8bcf86931f2dce4df3d2fef4836657543ca50.tar.xz
hercules-2bd8bcf86931f2dce4df3d2fef4836657543ca50.zip
Merge pull request #1986 from Megasantos/login_date_guild
Implemented login date for guild members.
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 5e7f22e6e..4f047361e 100644
--- a/src/common/mmo.h
+++ b/src/common/mmo.h
@@ -762,6 +762,7 @@ struct guild_member {
char name[NAME_LENGTH];
struct map_session_data *sd;
unsigned char modified;
+ uint32 last_login;
};
struct guild_position {