[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:
Triply 2009-09-06 18:46:23 +02:00
parent 71e736abc6
commit 78420246bd
2 changed files with 2 additions and 2 deletions

View file

@ -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;