Core/PacketIO: Fixed structure of SMSG_PARTY_UPDATE
Port From (https://github.com/TrinityCore/TrinityCore/commit/768811f7823f30644ccdc2570991f4704b19ee12)
This commit is contained in:
@@ -1479,7 +1479,6 @@ namespace Game.Groups
|
||||
|
||||
playerInfos.GUID = member.guid;
|
||||
playerInfos.Name = member.name;
|
||||
playerInfos.Class = member._class;
|
||||
|
||||
playerInfos.FactionGroup = Player.GetFactionGroupForRace(member.race);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user