From 994aad0e431e34fae3d1bc656a436ae07de98efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sat, 14 Jan 2023 11:39:07 +0100 Subject: [PATCH] feat(packets): make vnum int --- Packets/NosSmooth.Packets/Server/Groups/PstPacket.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packets/NosSmooth.Packets/Server/Groups/PstPacket.cs b/Packets/NosSmooth.Packets/Server/Groups/PstPacket.cs index 593d38d..1a34eba 100644 --- a/Packets/NosSmooth.Packets/Server/Groups/PstPacket.cs +++ b/Packets/NosSmooth.Packets/Server/Groups/PstPacket.cs @@ -52,7 +52,7 @@ public record PstPacket [PacketIndex(9)] SexType? PlayerSex, [PacketIndex(10)] - long? PlayerMorphVNum, + int? PlayerMorphVNum, [PacketIndex(11, IsOptional = true)] IReadOnlyList? Effects ) : IPacket; \ No newline at end of file -- 2.48.1