HeroRotation

HeroRotation

5M Downloads

[Bug]: Feral Druid Error

KTom71 opened this issue ยท 1 comments

commented

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

commented

Fixed in commit c2ada60