[9991] Next step in fix SMSG_GROUP_LIST structure.

Now assistant/main tank/main assistant show properly
for viewer character also.

Thanks to insider42 for posting patch in Under review section.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
vipertv 2010-05-28 04:35:06 +04:00 committed by VladimirMangos
parent 2d81f31afc
commit 4206230f0d
2 changed files with 2 additions and 2 deletions

View file

@ -971,8 +971,8 @@ void Group::SendUpdate()
WorldPacket data(SMSG_GROUP_LIST, (1+1+1+1+8+4+GetMembersCount()*20));
data << uint8(m_groupType); // group type (flags in 3.3)
data << uint8(citr->group); // groupid
data << uint8(isBGGroup() ? 1 : 0); // 2.0.x, isBattleGroundGroup?
data << uint8(GetFlags(*citr)); // group flags
data << uint8(isBGGroup() ? 1 : 0); // 2.0.x, isBattleGroundGroup?
if(m_groupType & GROUPTYPE_LFD)
{
data << uint8(0);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "9990"
#define REVISION_NR "9991"
#endif // __REVISION_NR_H__