Core/PacketIO: Fixed structure of SMSG_PARTY_UPDATE

Port From (https://github.com/TrinityCore/TrinityCore/commit/768811f7823f30644ccdc2570991f4704b19ee12)
This commit is contained in:
hondacrx
2022-08-19 20:03:19 -04:00
parent 8a737f36d4
commit f777dfbe51
2 changed files with 4 additions and 5 deletions
-1
View File
@@ -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);