mirror of
https://github.com/mangosfour/server.git
synced 2025-12-17 16:37:00 +00:00
[9787] Allow propertly remove attack speed buff/debuff at death.
Check wrong and redundent (not use in other similar auras). Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
eb66482020
commit
108f683469
2 changed files with 1 additions and 4 deletions
|
|
@ -5590,9 +5590,6 @@ void Aura::HandleModCombatSpeedPct(bool apply, bool /*Real*/)
|
|||
|
||||
void Aura::HandleModAttackSpeed(bool apply, bool /*Real*/)
|
||||
{
|
||||
if(!m_target->isAlive() )
|
||||
return;
|
||||
|
||||
m_target->ApplyAttackTimePercentMod(BASE_ATTACK,float(m_modifier.m_amount),apply);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue