From 9021fa44188884bcd8e5d52df9093435bbd523e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Boh=C3=A1=C4=8Dek?= Date: Sat, 1 Jan 2022 10:53:03 +0100 Subject: [PATCH] chore: renum Morph to MorphVNum --- .../Packets/Server/Entities/InNonPlayerSubPacket.cs | 2 +- .../Packets/Server/Entities/InPlayerSubPacket.cs | 2 +- Core/NosSmooth.Packets/Packets/Server/Groups/PinitSubPacket.cs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Core/NosSmooth.Packets/Packets/Server/Entities/InNonPlayerSubPacket.cs b/Core/NosSmooth.Packets/Packets/Server/Entities/InNonPlayerSubPacket.cs index 0a019ac..22b0a5a 100644 --- a/Core/NosSmooth.Packets/Packets/Server/Entities/InNonPlayerSubPacket.cs +++ b/Core/NosSmooth.Packets/Packets/Server/Entities/InNonPlayerSubPacket.cs @@ -58,7 +58,7 @@ public record InNonPlayerSubPacket [PacketIndex(7)] bool IsSitting, [PacketIndex(8)] - long Morph, + long MorphVNum, [PacketIndex(9)] NameString? Name, [PacketIndex(10)] diff --git a/Core/NosSmooth.Packets/Packets/Server/Entities/InPlayerSubPacket.cs b/Core/NosSmooth.Packets/Packets/Server/Entities/InPlayerSubPacket.cs index 20120ba..14f9d01 100644 --- a/Core/NosSmooth.Packets/Packets/Server/Entities/InPlayerSubPacket.cs +++ b/Core/NosSmooth.Packets/Packets/Server/Entities/InPlayerSubPacket.cs @@ -44,7 +44,7 @@ public record InPlayerSubPacket [PacketIndex(12)] byte Unknown, [PacketIndex(13)] - long Morph, + long MorphVNum, [PacketIndex(14)] byte Unknown2, [PacketIndex(15)] diff --git a/Core/NosSmooth.Packets/Packets/Server/Groups/PinitSubPacket.cs b/Core/NosSmooth.Packets/Packets/Server/Groups/PinitSubPacket.cs index d2feb33..381f010 100644 --- a/Core/NosSmooth.Packets/Packets/Server/Groups/PinitSubPacket.cs +++ b/Core/NosSmooth.Packets/Packets/Server/Groups/PinitSubPacket.cs @@ -47,7 +47,7 @@ public record PinitSubPacket [PacketIndex(7)] short Race, [PacketIndex(8)] - short Morph, + short MorphVNum, [PacketConditionalIndex(9, "EntityType", false, EntityType.Player)] byte? HeroLevel, [PacketConditionalIndex(10, "EntityType", false, EntityType.Player)] -- 2.48.1