mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 04:37:00 +00:00
[10301] Init guild create date at create in same value in memory and DB.
This commit is contained in:
parent
4f19017872
commit
e082e29bcc
3 changed files with 5 additions and 5 deletions
|
|
@ -231,7 +231,6 @@ void WorldSession::HandleGuildInfoOpcode(WorldPacket& /*recvPacket*/)
|
|||
data << uint32(secsToTimeBitFields(guild->GetCreatedDate())); // 3.x (prev. day + month + year)
|
||||
data << uint32(guild->GetMemberSize()); // amount of chars
|
||||
data << uint32(guild->GetAccountsNumber()); // amount of accounts
|
||||
|
||||
SendPacket(&data);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue