Core/Spells: fix removal of Disarm (scorpid sting) cooldown with Readiness

This commit is contained in:
mik1893
2016-08-13 11:10:20 +02:00
committed by Yehonal
parent f23858188f
commit 73b8f5b45f

View File

@@ -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);
}
}