From a588b2f1448e3933bde48fc2b9967566dce1af3e Mon Sep 17 00:00:00 2001 From: tekkub Date: Wed, 9 Feb 2011 22:29:45 -0700 Subject: [PATCH] Fix known recipe highlight --- GnomishVendorShrinker.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GnomishVendorShrinker.lua b/GnomishVendorShrinker.lua index c467b05..08f3921 100644 --- a/GnomishVendorShrinker.lua +++ b/GnomishVendorShrinker.lua @@ -238,7 +238,7 @@ local grads = setmetatable({ [4] = {1,0,1,0.75, 1,0,1,0}, -- purple [7] = {1,.75,.5,0.75, 1,.75,.5,0}, -- heirloom }, {__index = function(t,i) t[i] = default_grad return default_grad end}) -local _, _, _, _, _, _, _, _, RECIPE = GetAuctionItemClasses() +local _, _, _, _, _, _, RECIPE = GetAuctionItemClasses() local quality_colors = setmetatable({}, {__index = function() return "|cffffffff" end}) for i=1,7 do quality_colors[i] = select(4, GetItemQualityColor(i)) end local offset = 0