diff --git a/src/game/SpellAuras.cpp b/src/game/SpellAuras.cpp index 6d3bd1ee3..9f4852319 100644 --- a/src/game/SpellAuras.cpp +++ b/src/game/SpellAuras.cpp @@ -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); } diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index f178c8c4b..07c513c4d 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "9786" + #define REVISION_NR "9787" #endif // __REVISION_NR_H__