Murder of Crows
Aldwew opened this issue ยท 2 comments
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