oUF_Adirelle

oUF_Adirelle

89.4k Downloads

Error with Monk in combat.

Ravendwyr opened this issue ยท 3 comments

commented

While fighting stuff as a Monk character I came across this error:

oUF_Adirelle/modules/single/widgets.lua:137: attempt to index field '?' (a nil value)

For now I've added a safety check to line 137 and this (so far) has fixed the problem.

I replaced

    bar[i]:SetShown(i <= rel)

with

    if bar[i] then bar[i]:SetShown(i <= rel) end
commented

How many Chi points does your monk have ?

commented

Five. I chose the Ascension talent.

commented

There we are. ^^