From 77338f1a1e693327db92c5207d122f621c4ea7a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20=C3=81lvarez?= Date: Mon, 9 Sep 2019 13:24:12 +0200 Subject: [PATCH] 1 heirloom left --- frames/RowShader.lua | 2 -- 1 file changed, 2 deletions(-) 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)