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:
parent
28456e7ac6
commit
0cdae5c7fd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue