Results: 1Comments by: naturezprofit
File: Farming Party02/20/18
For those using TTC you can make th...
Posted By: naturezprofit
For those using TTC you can make these changes to "FarmingParty/loot/Loot.lua" Change this local function GetMMPrice(itemLink) if (MasterMerchant == nil) then return nil end local itemStats = MasterMerchant:itemStats(itemLink, false) if (itemStats == nil) then return itemStats else...