~ruther/NosSmooth

91edf257fe32eda186a923ab08354d84ad9a36a4 — Rutherther 2 years ago c02cf72
feat(packets): make skill vnum in su packet nullable
1 files changed, 1 insertions(+), 1 deletions(-)

M Packets/NosSmooth.Packets/Server/Battle/SuPacket.cs
M Packets/NosSmooth.Packets/Server/Battle/SuPacket.cs => Packets/NosSmooth.Packets/Server/Battle/SuPacket.cs +1 -1
@@ 41,7 41,7 @@ public record SuPacket
    [PacketIndex(3)]
    long TargetEntityId,
    [PacketIndex(4)]
    int SkillVNum,
    int? SkillVNum,
    [PacketIndex(5)]
    long SkillCooldown,
    [PacketIndex(6)]

Do not follow this link