herotc/hero-rotation

[Bug]: Feral Druid Error

Closed this issue · 1 comments

What version of HeroRotation are you using?

10.2.0.14

What version of HeroLib are you using?

10.2.0.03

What version of HeroDBC are you using?

10.2.0.03

What is the issue?

LUA Error on Line 660.

    if I.MydasTalilsman:IsEquippedAndReady() then
      if Cast(I.MydasTalilsman, nil, Settings.Commons.DisplayStyle.Trinkets) then return "mydas_talisman cooldown 30"; end
    end

MydasTalilsman makes the mistake.
I think it should be called MydasTalisman.

    if I.MydasTalisman:IsEquippedAndReady() then
      if Cast(I.MydasTalisman, nil, Settings.Commons.DisplayStyle.Trinkets) then return "mydas_talisman cooldown 30"; end
    end

Icon Behavior

None

Fixed in commit c2ada60