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:
parent
5a07e3059b
commit
0d8c99d2af
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue