Fix regression with quality coloring
This commit is contained in:
parent
841f5c136a
commit
2eee3f45e9
|
@ -60,6 +60,7 @@ function ns.GetRowGradient(index)
|
|||
elseif RecipeNeedsRank(link) then
|
||||
return GRADS.red, true
|
||||
else
|
||||
local _, _, quality = GetItemInfo(link)
|
||||
return GRADS[quality], true
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue