mirror of
https://gitcode.com/GitHub_Trending/az/azerothcore-wotlk.git
synced 2026-07-11 03:13:10 +00:00
Core/Spells: fix removal of Disarm (scorpid sting) cooldown with Readiness
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user