1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-21 17:47:45 +00:00

Update StatusEffect.h

canApplyMultipleTimes can be found at offset 0x1F in status.exh
This commit is contained in:
Timm 2023-07-22 10:45:14 +02:00 committed by GitHub
parent 28456e7ac6
commit 0cdae5c7fd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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