mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 10:37:02 +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*/)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "9539"
|
||||
#define REVISION_NR "9540"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue