From 0cdae5c7fdf8841df7aa84dabafe73a812272577 Mon Sep 17 00:00:00 2001 From: Timm <56591765+Kooper16@users.noreply.github.com> Date: Sat, 22 Jul 2023 10:45:14 +0200 Subject: [PATCH] Update StatusEffect.h canApplyMultipleTimes can be found at offset 0x1F in status.exh --- src/world/StatusEffect/StatusEffect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world/StatusEffect/StatusEffect.h b/src/world/StatusEffect/StatusEffect.h index e7451f89..e1d2fb3c 100644 --- a/src/world/StatusEffect/StatusEffect.h +++ b/src/world/StatusEffect/StatusEffect.h @@ -86,7 +86,7 @@ private: std::vector< World::Action::StatusModifier > m_statusModifiers; std::unordered_map< Common::ParamModifier, int32_t > m_modifiers; uint8_t m_slot; - bool m_canApplyMultipleTimes; + bool m_canApplyMultipleTimes; // 0x1F in status.exh };