Fix regression with quality coloring

This commit is contained in:
tekkub ʕ ´ᴥ` ʔ 2016-09-10 03:36:19 -06:00
parent 841f5c136a
commit 2eee3f45e9
1 changed files with 1 additions and 0 deletions

View File

@ -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