Skip to content

Commit

Permalink
Merge pull request #10 from mysterio7885/main-2
Browse files Browse the repository at this point in the history
Change 'Byte' to 'BYTE' in one case
  • Loading branch information
dzik87 committed Aug 24, 2023
2 parents 2d48e95 + aad6ba3 commit 149cfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/1.15/gs2client.json
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@
{ "BYTE" : "PacketId" },
{ "short" : "nUnitClassID" },
{ "short" : "Unknown1" },
{ "Byte" : "Unknown2" },
{ "BYTE" : "Unknown2" },
{ "int" : "nUnitGUID" },
{ "short" : "nAnimation" },
{ "BYTE" : "nHPPercent" }
Expand Down

0 comments on commit 149cfe4

Please sign in to comment.