mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
Merge commit 'origin/master' into 320
This commit is contained in:
commit
935c0a44c2
31 changed files with 1284 additions and 942 deletions
|
|
@ -368,7 +368,7 @@ void WorldSession::LogoutPlayer(bool Save)
|
|||
Guild *guild = objmgr.GetGuildById(_player->GetGuildId());
|
||||
if(guild)
|
||||
{
|
||||
guild->LoadPlayerStatsByGuid(_player->GetGUID());
|
||||
guild->SetMemberStats(_player->GetGUID());
|
||||
guild->UpdateLogoutTime(_player->GetGUID());
|
||||
|
||||
WorldPacket data(SMSG_GUILD_EVENT, (1+1+12+8)); // name limited to 12 in character table.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue