mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +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