hondacrx
2023-08-21 07:22:33 -04:00
parent 794ff2bb99
commit f6807e152c
76 changed files with 3149 additions and 2233 deletions
@@ -868,6 +868,7 @@ namespace Game.Networking.Packets
var customizationCount = _worldPacket.ReadUInt32();
NewSex = _worldPacket.ReadUInt8();
CustomizedRace = _worldPacket.ReadInt32();
CustomizedChrModelID = _worldPacket.ReadInt32();
for (var i = 0; i < customizationCount; ++i)
{
@@ -884,6 +885,7 @@ namespace Game.Networking.Packets
public byte NewSex;
public Array<ChrCustomizationChoice> Customizations = new(125);
public int CustomizedRace;
public int CustomizedChrModelID;
}
public class BarberShopResult : ServerPacket