- Updated to latest PTR build 10835.

This commit is contained in:
tomrus88 2009-11-18 03:50:19 +03:00
parent fe55f76a26
commit be07beba6f
3 changed files with 4 additions and 4 deletions

View file

@ -991,7 +991,7 @@ void Group::SendUpdate()
data << uint32(0);
}
data << uint64(0x50000000FFFFFFFELL); // related to voice chat?
data << uint32(0); // 3.3, may be some kind of time
data << uint32(0); // 3.3, this value increments every time SMSG_GROUP_LIST is sent
data << uint32(GetMembersCount()-1);
for(member_citerator citr2 = m_memberSlots.begin(); citr2 != m_memberSlots.end(); ++citr2)
{