C_ToyBox doesn't exists in Classic. Fix #1

Thank you @Taryble
This commit is contained in:
Sergio Álvarez 2019-11-05 15:38:50 +01:00
parent 25e2da4154
commit 47c7fd8581
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@ local function Knowable(link)
if not id then return false end
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
end