Compare commits

...

5 Commits
1.0 ... master

Author SHA1 Message Date
Sergio Álvarez 47c7fd8581 C_ToyBox doesn't exists in Classic. Fix #1
Thank you @Taryble
2019-11-05 15:38:50 +01:00
Sergio Álvarez 25e2da4154 readme 2019-09-10 14:52:18 +02:00
Sergio Álvarez 796f559b7b readme 2019-09-10 11:46:56 +02:00
Sergio Álvarez da2079e4e6 rm 2019-09-10 11:46:19 +02:00
Sergio Álvarez 5956495a7a screenshot 2019-09-10 11:39:02 +02:00
3 changed files with 5 additions and 4 deletions

View File

@ -1,3 +0,0 @@
manual-changelog:
filename: changelog.txt
markup-type: markdown

View File

@ -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.
![Screenshot](https://i.imgur.com/c6Md0ks.png "Screenshot")
* [WoWInterface: GnomishVendorShrinker (Classic)](https://www.wowinterface.com/downloads/info25279-GnomishVendorShrinkerClassic.html)
* [Code development](https://sergio.am/code/GnomishVendorShrinker)

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