From 6518dd8702421c0ff614ae3f771f56950269a77b Mon Sep 17 00:00:00 2001 From: Jônatas Andreta Date: Wed, 14 Mar 2018 23:08:06 -0300 Subject: - Implemented login date for guild members. Signed-off-by: Megasantos --- src/map/clif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/map/clif.c') diff --git a/src/map/clif.c b/src/map/clif.c index 7c314b075..f998778a2 100644 --- a/src/map/clif.c +++ b/src/map/clif.c @@ -7700,7 +7700,7 @@ void clif_guild_memberlist(struct map_session_data *sd) memset(WFIFOP(fd, c * size + 34), 0, 50); //[Ind] - This is displayed in the 'note' column but being you can't edit it it's sent empty. memcpy(WFIFOP(fd, c * size + 84), m->name, NAME_LENGTH); #else - WFIFOL(fd, c * size + 34) = 0; // [4144] this is member last login time. But in hercules it not present. + WFIFOL(fd, c * size + 34) = m->last_login; // [Megasantos] - Shows last date online #endif c++; } -- cgit v1.2.3-70-g09d2