Core/Spells: fix removal of Disarm (scorpid sting) cooldown with Readiness
This commit is contained in:
parent
f23858188f
commit
73b8f5b45f
1 changed files with 3 additions and 0 deletions
|
|
@ -744,6 +744,9 @@ class spell_hun_readiness : public SpellScriptLoader
|
|||
else
|
||||
caster->RemoveSpellCooldown(spellInfo->Id, false);
|
||||
}
|
||||
|
||||
// force removal of the disarm cooldown
|
||||
caster->RemoveSpellCooldown(SPELL_HUNTER_CHIMERA_SHOT_SCORPID, false);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue