Skip to content

Commit

Permalink
Core/PacketIO: Fixed SMSG_CHAR_FACTION_CHANGE_RESULT structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Dec 12, 2020
1 parent 5a0e348 commit 8a21f60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/game/Server/Packets/CharacterPackets.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ WorldPacket const* CharFactionChangeResult::Write()
_worldPacket.WriteBits(Display->Name.length(), 6);
_worldPacket << uint8(Display->SexID);
_worldPacket << uint8(Display->RaceID);
_worldPacket << uint32(Display->Customizations->size());
_worldPacket.WriteString(Display->Name);
for (ChrCustomizationChoice customization : *Display->Customizations)
_worldPacket << customization;
Expand Down

0 comments on commit 8a21f60

Please sign in to comment.