mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-28 04:17:44 +00:00
fix status applying too fast.
This commit is contained in:
parent
b15864b541
commit
a556d8dce4
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ void EffectBuilder::comboSucceed( Entity::CharaPtr& target )
|
|||
|
||||
void EffectBuilder::applyStatusEffect( Entity::CharaPtr& target, Entity::CharaPtr& source, uint16_t statusId, uint32_t duration, uint8_t param )
|
||||
{
|
||||
EffectResultPtr nextResult = make_EffectResult( target, source, 0 );
|
||||
EffectResultPtr nextResult = make_EffectResult( target, source, getResultDelayMs() );
|
||||
nextResult->applyStatusEffect( statusId, duration, param );
|
||||
moveToResultList( target, nextResult );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue