HeroRotation

HeroRotation

5M Downloads

Murder of Crows

Aldwew opened this issue ยท 2 comments

commented

Is there anyway to make the addon not consider it as a cd? Thanks

commented

This was changed in the Jan 17, 2019 update.

commented

Edit
-- actions+=/a_murder_of_crows
if HR.CDsON() and Target:IsInRange(40) and S.AMurderofCrows:IsCastable() then
if HR.Cast(S.AMurderofCrows, Settings.BeastMastery.GCDasOffGCD.AMurderofCrows) then return ""; end

To

    -- actions+=/a_murder_of_crows
if Target:IsInRange(40) and S.AMurderofCrows:IsCastable() then
  if HR.Cast(S.AMurderofCrows, Settings.BeastMastery.GCDasOffGCD.AMurderofCrows) then return ""; end

Should work