Results: 1Comments by: kitrinx
File: GnomishVendorShrinker07-16-16
After a little poking around, seems...
Posted By: kitrinx
After a little poking around, seems like changing line 239 from: local _, _, _, _, _, _, RECIPE = GetAuctionItemClasses() to this local RECIPE = _G.GetItemClassInfo(LE_ITEM_CLASS_RECIPE) will fix the bug and keep original functionality. I'm pretty noobish to wow/lua so forgive me if it's busted.