1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 06:47:45 +00:00

remove test line for multiple source effects in one cast;

This commit is contained in:
Alice Ogeda 2022-01-10 19:34:51 -03:00
parent 3d5bcc7d67
commit 4cecf791f6

View file

@ -562,7 +562,6 @@ void Action::Action::buildEffects()
if( m_actionData->data().ComboContinue ) // we need something like m_actionData->hasNextComboAction
{
m_effectBuilder->startCombo( m_pSource, getId() ); // this is on all targets hit
m_effectBuilder->restoreMP( actor, m_pSource, m_pSource->getMaxMp() );
}
}
}