From 0cdfa822191144a8e33223af3184600f75dc6c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sun, 15 Jan 2023 10:05:40 +0100 Subject: [PATCH] fix(packets): make rdlst players have a list index --- Packets/NosSmooth.Packets/Server/Raids/RdlstPacket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packets/NosSmooth.Packets/Server/Raids/RdlstPacket.cs b/Packets/NosSmooth.Packets/Server/Raids/RdlstPacket.cs index 90e1b45..c871d29 100644 --- a/Packets/NosSmooth.Packets/Server/Raids/RdlstPacket.cs +++ b/Packets/NosSmooth.Packets/Server/Raids/RdlstPacket.cs @@ -27,6 +27,6 @@ public record RdlstPacket byte MaximumLevel, [PacketIndex(2)] RaidType RaidType, - [PacketIndex(3)] + [PacketListIndex(3, ListSeparator = ' ', InnerSeparator = '.')] IReadOnlyList Players ) : IPacket; \ No newline at end of file -- 2.48.1