feat(packets): make vnum int
1 files changed, 1 insertions(+), 1 deletions(-) M Packets/NosSmooth.Packets/Server/Groups/PstPacket.cs
M Packets/NosSmooth.Packets/Server/Groups/PstPacket.cs => Packets/NosSmooth.Packets/Server/Groups/PstPacket.cs +1 -1
@@ 52,7 52,7 @@ public record PstPacket [PacketIndex(9)] SexType? PlayerSex, [PacketIndex(10)] - long? PlayerMorphVNum, + int? PlayerMorphVNum, [PacketIndex(11, IsOptional = true)] IReadOnlyList<EffectsSubPacket>? Effects ) : IPacket;= \ No newline at end of file