Skip to content

Commit

Permalink
fix player character data struct stats alignment (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
hex-agon committed Jul 14, 2023
1 parent c00e573 commit beba8aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pangya/player.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,9 @@ type PlayerCharacterData struct {
Unknown3 [216]byte
AuxParts [5]uint32
CutInID uint32
Unknown4 [16]byte
Unknown4 [12]byte
Stats [5]byte
Mastery uint32
CardChar [4]uint32
CardCaddie [4]uint32
CardNPC [4]uint32
Expand Down

0 comments on commit beba8aa

Please sign in to comment.