mirror of
https://github.com/mangosfour/server.git
synced 2026-01-19 07:37:06 +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);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9786"
|
||||
#define REVISION_NR "9787"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue