diff --git a/src/ItemParameterTable.hh b/src/ItemParameterTable.hh index 64ac7644..840bff20 100644 --- a/src/ItemParameterTable.hh +++ b/src/ItemParameterTable.hh @@ -55,7 +55,8 @@ public: uint8_t photon = 0; uint8_t special = 0; uint8_t ata = 0; - parray unknown_a9; + uint8_t stat_boost = 0; // TODO: This could be larger (16 or 32 bits) + parray unknown_a9; } __attribute__((packed)); template