1 heirloom left

This commit is contained in:
Sergio Álvarez 2019-09-09 13:24:12 +02:00
parent f5faa8ce41
commit 77338f1a1e
1 changed files with 0 additions and 2 deletions

View File

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