-- ------------------------------------------------------------------------------ -- -- TradeSkillMaster -- -- https://tradeskillmaster.com -- -- All Rights Reserved - Detailed license information included with addon. -- -- ------------------------------------------------------------------------------ -- local _, TSM = ... local VendorSell = TSM.Init("Data.VendorSell") -- ============================================================================ -- Vendor Sell Data -- ============================================================================ -- Scraped from Wowhead using the following javascript and then manually pruned to remove limited quantity items and fill in missing prices: -- x = listviewitems.sort((a,b) => a.id - b.id); for (i=0; i