Skip to content

Commit

Permalink
Merge pull request #12 from AudriusButkevicius/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jaenster committed Apr 25, 2024
2 parents 53689e9 + 2d25476 commit 3663daf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/data/1.14d/gs2client.json
Original file line number Diff line number Diff line change
Expand Up @@ -456,11 +456,12 @@
"D2GS_UPDATEITEMSTATS" : {
"PacketId" : "0x3E",
"Description" : "",
"Size" : -1,
"Size" : 34,
"Structure" : [
{ "BYTE" : "PacketId" },
{ "BYTE" : "nFullPacketSize" },
{ "BYTE" : "StatBitStream[nFullPacketSize - 2]" }
{ "BYTE" : "StatBitStream[nFullPacketSize - 2]" },
{ "BYTE" : "Padding[34 - nFullPacketSize]" }
]
},
"D2GS_USESTACKABLEITEM" : {
Expand Down

0 comments on commit 3663daf

Please sign in to comment.