1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-25 19:17:45 +00:00

haste does not affect recast

This commit is contained in:
collett 2020-02-08 19:14:50 +09:00
parent 5a07e3059b
commit 0d8c99d2af

View file

@ -87,7 +87,6 @@ bool Action::Action::init()
{
auto haste = m_pSource->getStatValue( Common::BaseParam::Haste );
m_castTimeMs = static_cast< uint32_t >( m_castTimeMs * ( m_pSource->getStatValue( Common::BaseParam::Haste ) / 100.0f ) );
m_recastTimeMs = static_cast< uint32_t >( m_recastTimeMs * ( m_pSource->getStatValue( Common::BaseParam::Haste ) / 100.0f ) );
}
m_cooldownGroup = m_actionData->cooldownGroup;