mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 22:37:05 +00:00
[9540] Implement cooldown reset part for spell 60970 work.
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
56ee01242c
commit
39ed081898
2 changed files with 4 additions and 1 deletions
|
|
@ -4495,6 +4495,9 @@ void Aura::HandleModMechanicImmunity(bool apply, bool /*Real*/)
|
|||
}
|
||||
}
|
||||
}
|
||||
// Heroic Fury (Intercept cooldown remove)
|
||||
else if (apply && GetSpellProto()->Id == 60970 && m_target->GetTypeId() == TYPEID_PLAYER)
|
||||
((Player*)m_target)->RemoveSpellCooldown(20252, true);
|
||||
}
|
||||
|
||||
void Aura::HandleModMechanicImmunityMask(bool apply, bool /*Real*/)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue