Results: 1Comments by: fsteveb
File: Master Merchant07/05/16
Re: Pretty old error, since the very first live DB days
Posted By: fsteveb
Here's the fix I added to make it work. Edit the file ... /AddOns/MasterMerchant/MasterMerchant_DealCalc.lua Add these lines after " margin = tonumber(string.format('%.2f',((setPrice - unitPrice) / setPrice) * 100))" if margin == nil then margin = 0 end if profit == nil then profit = 0 end if unitPrice == nil t...