[0186] Update group opcodes

Signed-off-by: Yaki Khadafi <ElSolDolLo@gmail.com>
This commit is contained in:
Yaki Khadafi 2012-08-26 14:09:22 +03:00 committed by Antz
parent e27d8ce9ae
commit 535f86e71f
8 changed files with 282 additions and 150 deletions

View file

@ -1040,6 +1040,7 @@ void Group::SendUpdate()
{
data << uint8(0);
data << uint32(0);
data << uint8(0);
}
data << GetObjectGuid(); // group guid
data << uint32(0); // 3.3, this value increments every time SMSG_GROUP_LIST is sent
@ -1057,7 +1058,7 @@ void Group::SendUpdate()
data << uint8(onlineState); // online-state
data << uint8(citr2->group); // groupid
data << uint8(GetFlags(*citr2)); // group flags
data << uint8(0); // 3.3, role?
data << uint8(0); // roles mask
}
data << m_leaderGuid; // leader guid