feat: level is ushort
parent
4d62a9c711
commit
cecdbf69e6
1 changed files with 1 additions and 2 deletions
|
@ -22,8 +22,7 @@
|
||||||
| Character Name | string | 20 |
|
| Character Name | string | 20 |
|
||||||
| Jobs | Job Data | 4 |
|
| Jobs | Job Data | 4 |
|
||||||
| Gender | byte | 1 |
|
| Gender | byte | 1 |
|
||||||
| Level | byte | 1 |
|
| Level | unsigned short | 2 |
|
||||||
| Unknown | byte | 1 |
|
|
||||||
| Exp? | byte | 1 |
|
| Exp? | byte | 1 |
|
||||||
| Stats | BaseStats | 12 |
|
| Stats | BaseStats | 12 |
|
||||||
| Health | int | 4 |
|
| Health | int | 4 |
|
||||||
|
|
Loading…
Reference in a new issue