diff --git a/src/scripts/Spells/spell_hunter.cpp b/src/scripts/Spells/spell_hunter.cpp index 7a22cddc6..d13ff837f 100644 --- a/src/scripts/Spells/spell_hunter.cpp +++ b/src/scripts/Spells/spell_hunter.cpp @@ -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); } }