mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-28 20:27:46 +00:00
minor fix
This commit is contained in:
parent
77a6904220
commit
92173f778b
1 changed files with 3 additions and 1 deletions
|
@ -29,7 +29,9 @@ Sapphire::StatusEffect::StatusEffect::StatusEffect( uint32_t id, Entity::CharaPt
|
|||
m_tickRate( tickRate ),
|
||||
m_lastTick( 0 ),
|
||||
m_pFw( pFw ),
|
||||
m_cachedHotOrDotValue( 0 )
|
||||
m_cachedHotOrDotValue( 0 ),
|
||||
m_cachedSourceCrit( 0 ),
|
||||
m_cachedSourceCritBonus( 0 )
|
||||
{
|
||||
auto pExdData = m_pFw->get< Data::ExdDataGenerated >();
|
||||
auto entry = pExdData->get< Sapphire::Data::Status >( id );
|
||||
|
|
Loading…
Add table
Reference in a new issue