diff --git a/LostArkLogger/Packets/Steam/PKTNewNpcSummon.cs b/LostArkLogger/Packets/Steam/PKTNewNpcSummon.cs index 4d8a603e..93be22fe 100644 --- a/LostArkLogger/Packets/Steam/PKTNewNpcSummon.cs +++ b/LostArkLogger/Packets/Steam/PKTNewNpcSummon.cs @@ -7,9 +7,9 @@ public partial class PKTNewNpcSummon public void SteamDecode(BitReader reader) { npcStruct = reader.Read(); - bytearray_1 = reader.ReadBytes(6); + bytearray_1 = reader.ReadBytes(9); OwnerId = reader.ReadUInt64(); - bytearray_0 = reader.ReadBytes(25); + bytearray_0 = reader.ReadBytes(22); b_0 = reader.ReadByte(); } }