~ruther/NosSmooth

7d028a885dd3e80facebbf94356f0db80aa873b0 — František Boháček 3 years ago d385715
fix: use correct separators for skill sub packet
1 files changed, 1 insertions(+), 1 deletions(-)

M Core/NosSmooth.Packets/Packets/Server/Skills/SkiPacket.cs
M Core/NosSmooth.Packets/Packets/Server/Skills/SkiPacket.cs => Core/NosSmooth.Packets/Packets/Server/Skills/SkiPacket.cs +1 -1
@@ 24,6 24,6 @@ public record SkiPacket
    long PrimarySkillId,
    [PacketIndex(1)]
    long SecondarySkillId,
    [PacketListIndex(2, InnerSeparator = '.', ListSeparator = ' ')]
    [PacketListIndex(2, InnerSeparator = '|', ListSeparator = ' ')]
    IReadOnlyList<SkiSubPacket> SkillSubPackets
) : IPacket;
\ No newline at end of file

Do not follow this link