~ruther/NosSmooth

5b49b8a66e8e72e0460177bf484cb5cef73081b3 — Rutherther 3 years ago 56c21f2
fix(packets): make correct inner separator in eq sub packet
1 files changed, 1 insertions(+), 1 deletions(-)

M Packets/NosSmooth.Packets/Server/Entities/EqPacket.cs
M Packets/NosSmooth.Packets/Server/Entities/EqPacket.cs => Packets/NosSmooth.Packets/Server/Entities/EqPacket.cs +1 -1
@@ 41,7 41,7 @@ public record EqPacket
    HairColor HairColor,
    [PacketIndex(5)]
    PlayerClass Class,
    [PacketIndex(6)]
    [PacketIndex(6, InnerSeparator = '.')]
    InEquipmentSubPacket EquipmentSubPacket,
    [PacketIndex(7)]
    UpgradeRareSubPacket? WeaponUpgradeRareSubPacket,

Do not follow this link