fix battle level up on BB

This commit is contained in:
Martin Michelsen
2026-05-17 07:59:32 -07:00
parent ef3a6575ab
commit d31fb5b084
2 changed files with 57 additions and 8 deletions
+1 -1
View File
@@ -5231,7 +5231,7 @@ struct G_UpdateEntityStat_6x9A {
// Used in battle mode if the rules specify that techniques should level up upon character death.
struct G_LevelUpAllTechniques_6x9B {
G_UnusedHeader header;
G_ClientIDHeader header;
uint8_t num_levels = 0;
parray<uint8_t, 3> unused;
} __packed_ws__(G_LevelUpAllTechniques_6x9B, 8);