~ruther/NosSmooth

7aa709020011aa095d17cb9e511d9e8b6b8f0941 — František Boháček 2 years ago 994aad0
fix (packets): add hp correctly to rboss packet
1 files changed, 3 insertions(+), 1 deletions(-)

M Packets/NosSmooth.Packets/Server/Raids/RbossPacket.cs
M Packets/NosSmooth.Packets/Server/Raids/RbossPacket.cs => Packets/NosSmooth.Packets/Server/Raids/RbossPacket.cs +3 -1
@@ 28,7 28,9 @@ public record RbossPacket
    [PacketIndex(1)]
    long? EntityId,
    [PacketIndex(2)]
    int MaxHp,
    int Hp,
    [PacketIndex(3)]
    int MaxHp,
    [PacketIndex(4)]
    int VNum
) : IPacket;
\ No newline at end of file

Do not follow this link