mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[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:
parent
2d81f31afc
commit
4206230f0d
2 changed files with 2 additions and 2 deletions
|
|
@ -971,8 +971,8 @@ void Group::SendUpdate()
|
||||||
WorldPacket data(SMSG_GROUP_LIST, (1+1+1+1+8+4+GetMembersCount()*20));
|
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(m_groupType); // group type (flags in 3.3)
|
||||||
data << uint8(citr->group); // groupid
|
data << uint8(citr->group); // groupid
|
||||||
data << uint8(isBGGroup() ? 1 : 0); // 2.0.x, isBattleGroundGroup?
|
|
||||||
data << uint8(GetFlags(*citr)); // group flags
|
data << uint8(GetFlags(*citr)); // group flags
|
||||||
|
data << uint8(isBGGroup() ? 1 : 0); // 2.0.x, isBattleGroundGroup?
|
||||||
if(m_groupType & GROUPTYPE_LFD)
|
if(m_groupType & GROUPTYPE_LFD)
|
||||||
{
|
{
|
||||||
data << uint8(0);
|
data << uint8(0);
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9990"
|
#define REVISION_NR "9991"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue