parent
25e2da4154
commit
47c7fd8581
|
@ -13,7 +13,6 @@ local function Knowable(link)
|
||||||
if not id then return false end
|
if not id then return false 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 == RECIPE or GARRISON_ICONS[texture] then return true end
|
if class == RECIPE or GARRISON_ICONS[texture] then return true end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue