1 heirloom left
This commit is contained in:
parent
f5faa8ce41
commit
77338f1a1e
|
@ -11,7 +11,6 @@ local GARRISON_ICONS = {[1001489] = true, [1001490] = true, [1001491] = true}
|
||||||
local function Knowable(link)
|
local function Knowable(link)
|
||||||
local id = ns.ids[link]
|
local id = ns.ids[link]
|
||||||
if not id then return false end
|
if not id then return false end
|
||||||
if C_Heirloom.IsItemHeirloom(id) then return true end
|
|
||||||
|
|
||||||
local _, _, _, _, _, class, _, _, _, texture = GetItemInfo(link)
|
local _, _, _, _, _, class, _, _, _, texture = GetItemInfo(link)
|
||||||
if class == MISC and select(2, C_ToyBox.GetToyInfo(id)) then return true end
|
if class == MISC and select(2, C_ToyBox.GetToyInfo(id)) then return true end
|
||||||
|
@ -33,7 +32,6 @@ local GRADS = {
|
||||||
[2] = DEFAULT_GRAD, -- green
|
[2] = DEFAULT_GRAD, -- green
|
||||||
[3] = {0.5,0.5,1,1, 0,0,1,0}, -- blue
|
[3] = {0.5,0.5,1,1, 0,0,1,0}, -- blue
|
||||||
[4] = {1,0,1,0.75, 1,0,1,0}, -- purple
|
[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, {
|
GRADS = setmetatable(GRADS, {
|
||||||
__index = function(t,i)
|
__index = function(t,i)
|
||||||
|
|
Loading…
Reference in New Issue