From 9b4da7e3b3d3ca21941e70b8de0a64073cd3ebd2 Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Sat, 30 Dec 2023 20:45:20 -0800 Subject: [PATCH] add stat_boost field in ItemParameterTable::WeaponV2 --- src/ItemParameterTable.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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