From 5b49b8a66e8e72e0460177bf484cb5cef73081b3 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 13 Feb 2022 17:28:39 +0100 Subject: [PATCH] fix(packets): make correct inner separator in eq sub packet --- Packets/NosSmooth.Packets/Server/Entities/EqPacket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packets/NosSmooth.Packets/Server/Entities/EqPacket.cs b/Packets/NosSmooth.Packets/Server/Entities/EqPacket.cs index d9ebaa5..d797522 100644 --- a/Packets/NosSmooth.Packets/Server/Entities/EqPacket.cs +++ b/Packets/NosSmooth.Packets/Server/Entities/EqPacket.cs @@ -41,7 +41,7 @@ public record EqPacket HairColor HairColor, [PacketIndex(5)] PlayerClass Class, - [PacketIndex(6)] + [PacketIndex(6, InnerSeparator = '.')] InEquipmentSubPacket EquipmentSubPacket, [PacketIndex(7)] UpgradeRareSubPacket? WeaponUpgradeRareSubPacket, -- 2.48.1