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