Compare commits
5 Commits
Author | SHA1 | Date |
---|---|---|
|
47c7fd8581 | |
|
25e2da4154 | |
|
796f559b7b | |
|
da2079e4e6 | |
|
5956495a7a |
|
@ -12,3 +12,8 @@ Credits to [tekkub](https://github.com/TekNoLogic/GnomishVendorShrinker) and [To
|
|||
* Recipes you do not yet know are highlighted in blue.
|
||||
* Items you cannot use are highlighted in red.
|
||||
* Search box to help you find that item you're after on a vendor with hundreds of items.
|
||||
|
||||

|
||||
|
||||
* [WoWInterface: GnomishVendorShrinker (Classic)](https://www.wowinterface.com/downloads/info25279-GnomishVendorShrinkerClassic.html)
|
||||
* [Code development](https://sergio.am/code/GnomishVendorShrinker)
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue