You've already forked GnomishVendorShrinker
Fix regression with quality coloring
This commit is contained in:
@ -60,6 +60,7 @@ function ns.GetRowGradient(index)
|
|||||||
elseif RecipeNeedsRank(link) then
|
elseif RecipeNeedsRank(link) then
|
||||||
return GRADS.red, true
|
return GRADS.red, true
|
||||||
else
|
else
|
||||||
|
local _, _, quality = GetItemInfo(link)
|
||||||
return GRADS[quality], true
|
return GRADS[quality], true
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Reference in New Issue
Block a user