Mercurial > wow > itemauditor
diff Modules/Crafting.lua @ 123:4aa521a2a7e7
Changed Total Profit to Profit Each to match the rest of the interface. Cost and Estimated Sale are both Each.
author | Asa Ayers <Asa.Ayers@Gmail.com> |
---|---|
date | Thu, 02 Sep 2010 22:03:45 -0700 |
parents | d4cb8a690335 |
children | 060d1c45afab |
line wrap: on
line diff
--- a/Modules/Crafting.lua Thu Sep 02 22:02:54 2010 -0700 +++ b/Modules/Crafting.lua Thu Sep 02 22:03:45 2010 -0700 @@ -103,7 +103,7 @@ { name= "Have Mats", width = 60, align = "RIGHT", }, - { name= "Total Profit", width = 100, align = "RIGHT", + { name= "Profit Each", width = 100, align = "RIGHT", ['DoCellUpdate'] = displayMoney, }, } @@ -512,7 +512,7 @@ data.winner, abs(data.queue), displayMaterials, - data.profit*abs(data.queue), + data.profit, } end craftingTable:SetData(tableData, true)