Skip to content

Commit

Permalink
fix: npc body customisation decoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Z-Kris committed Nov 29, 2024
1 parent f89f826 commit 57914a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ internal class NpcInfoClient(
}
val models =
if (flag and 0x2 != 0) {
val count = buffer.g1Alt1()
val count = buffer.g1()
val models = ArrayList<Int>(count)
for (i in 0..<count) {
val modelId = buffer.g2Alt2()
Expand Down

0 comments on commit 57914a7

Please sign in to comment.