fix: incorrect bytes

Timothy Schenk 2023-11-13 18:01:49 +01:00
parent 77f3a9d388
commit bf358eadc7

@ -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 |