~ruther/NosSmooth

9021fa44188884bcd8e5d52df9093435bbd523e1 — František Boháček 3 years ago 28287bb
chore: renum Morph to MorphVNum
M Core/NosSmooth.Packets/Packets/Server/Entities/InNonPlayerSubPacket.cs => Core/NosSmooth.Packets/Packets/Server/Entities/InNonPlayerSubPacket.cs +1 -1
@@ 58,7 58,7 @@ public record InNonPlayerSubPacket
    [PacketIndex(7)]
    bool IsSitting,
    [PacketIndex(8)]
    long Morph,
    long MorphVNum,
    [PacketIndex(9)]
    NameString? Name,
    [PacketIndex(10)]

M Core/NosSmooth.Packets/Packets/Server/Entities/InPlayerSubPacket.cs => Core/NosSmooth.Packets/Packets/Server/Entities/InPlayerSubPacket.cs +1 -1
@@ 44,7 44,7 @@ public record InPlayerSubPacket
    [PacketIndex(12)]
    byte Unknown,
    [PacketIndex(13)]
    long Morph,
    long MorphVNum,
    [PacketIndex(14)]
    byte Unknown2,
    [PacketIndex(15)]

M Core/NosSmooth.Packets/Packets/Server/Groups/PinitSubPacket.cs => Core/NosSmooth.Packets/Packets/Server/Groups/PinitSubPacket.cs +1 -1
@@ 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)]

Do not follow this link