[10301] Init guild create date at create in same value in memory and DB.

This commit is contained in:
VladimirMangos 2010-07-31 22:42:49 +04:00
parent 4f19017872
commit e082e29bcc
3 changed files with 5 additions and 5 deletions

View file

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