fix: incorrect bytes
parent
77f3a9d388
commit
bf358eadc7
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
||||||
| Level | byte | 1 |
|
| Level | byte | 1 |
|
||||||
| Unknown | byte | 1 |
|
| Unknown | byte | 1 |
|
||||||
| Exp? | byte | 1 |
|
| Exp? | byte | 1 |
|
||||||
| Stats | BaseStats | 20 |
|
| Stats | BaseStats | 12 |
|
||||||
| Health | int | 4 |
|
| Health | int | 4 |
|
||||||
| Mana | int | 4 |
|
| Mana | int | 4 |
|
||||||
| Equipped Item Ids | unsigned short[] | 20 * 2 |
|
| Equipped Item Ids | unsigned short[] | 20 * 2 |
|
||||||
|
|
Loading…
Reference in a new issue