[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:
Chipleo 2010-04-24 10:08:31 +04:00 committed by VladimirMangos
parent eb66482020
commit 108f683469
2 changed files with 1 additions and 4 deletions

View file

@ -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);
}