From 7d028a885dd3e80facebbf94356f0db80aa873b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sat, 1 Jan 2022 20:57:05 +0100 Subject: [PATCH] fix: use correct separators for skill sub packet --- Core/NosSmooth.Packets/Packets/Server/Skills/SkiPacket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/NosSmooth.Packets/Packets/Server/Skills/SkiPacket.cs b/Core/NosSmooth.Packets/Packets/Server/Skills/SkiPacket.cs index b92631d..257e980 100644 --- a/Core/NosSmooth.Packets/Packets/Server/Skills/SkiPacket.cs +++ b/Core/NosSmooth.Packets/Packets/Server/Skills/SkiPacket.cs @@ -24,6 +24,6 @@ public record SkiPacket long PrimarySkillId, [PacketIndex(1)] long SecondarySkillId, - [PacketListIndex(2, InnerSeparator = '.', ListSeparator = ' ')] + [PacketListIndex(2, InnerSeparator = '|', ListSeparator = ' ')] IReadOnlyList SkillSubPackets ) : IPacket; \ No newline at end of file -- 2.49.0