mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +00:00
[8479] Fixed showing guild member's level and guild member's last online time.
Thx to Apoc for reporting bug. Signed-off-by: Triply <triply@getmangos.com>
This commit is contained in:
parent
71e736abc6
commit
78420246bd
2 changed files with 2 additions and 2 deletions
|
|
@ -824,7 +824,7 @@ void Guild::UpdateLogoutTime(uint64 guid)
|
|||
if (itr == members.end() )
|
||||
return;
|
||||
|
||||
itr->second.Level = time(NULL);
|
||||
itr->second.LogoutTime = time(NULL);
|
||||
|
||||
if (m_OnlineMembers > 0)
|
||||
--m_OnlineMembers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue