diff --git a/frames/RowShader.lua b/frames/RowShader.lua index 96f7b58..6c024ab 100644 --- a/frames/RowShader.lua +++ b/frames/RowShader.lua @@ -11,7 +11,6 @@ local GARRISON_ICONS = {[1001489] = true, [1001490] = true, [1001491] = true} local function Knowable(link) local id = ns.ids[link] if not id then return false end - if C_Heirloom.IsItemHeirloom(id) then return true end local _, _, _, _, _, class, _, _, _, texture = GetItemInfo(link) if class == MISC and select(2, C_ToyBox.GetToyInfo(id)) then return true end @@ -33,7 +32,6 @@ local GRADS = { [2] = DEFAULT_GRAD, -- green [3] = {0.5,0.5,1,1, 0,0,1,0}, -- blue [4] = {1,0,1,0.75, 1,0,1,0}, -- purple - [7] = {1,.75,.5,0.75, 1,.75,.5,0}, -- heirloom } GRADS = setmetatable(GRADS, { __index = function(t,i)