ALL THE THINGS

ALL THE THINGS

31M Downloads

Lua error when listing Chromie in Dragonblight

ikvega opened this issue ยท 2 comments

commented

Interface\AddOns\AllTheThings\AllTheThings.lua:3040: attempt to index local 'rgb' (a nil value)

Checked on two accounts. Hapens if character maxed out reputation with Chromie.

Quick debug shows that error hapens at AllTheThings.lua:3039:
local rgb = FACTION_BAR_COLORS[t.standing + (t.isFriend and 2 or 0)];

Seams index goes out of bounds in this particalar case.

commented

Yeah, for sending reason only Chromie acts up. I fixed this is in the git build so it should be in the next release build.

commented

Fixed in git push 6937cd9