1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-28 20:27:46 +00:00

minor fix

This commit is contained in:
collett 2020-01-10 01:19:33 +09:00
parent 77a6904220
commit 92173f778b

View file

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