Skip to content

Commit c772f23

Browse files
committed
Name unk in wotlk classic ReadPlayerGuidLookupData
1 parent 6144e4b commit c772f23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

WowPacketParserModule.V3_4_0_45166/Parsers/CharacterHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ public static PlayerGuidLookupData ReadPlayerGuidLookupData(Packet packet, param
297297
data.Gender = packet.ReadByteE<Gender>("Gender", idx);
298298
data.Class = packet.ReadByteE<Class>("Class", idx);
299299
data.Level = packet.ReadByte("Level", idx);
300-
packet.ReadByte("Unused915", idx);
300+
packet.ReadByte("PvpFaction", idx);
301301
packet.ReadInt32("TimerunningSeasonID");
302302

303303
data.Name = packet.ReadWoWString("Name", nameLength, idx);

0 commit comments

Comments
 (0)