Skip to content

Commit fe14098

Browse files
committed
gutil update, frames test
1 parent 505ab67 commit fe14098

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Libs/GUTIL

Submodule GUTIL updated 1 file

Modules/RecipeScan/Frames.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,7 @@ function CraftSim.RECIPE_SCAN.FRAMES:AddRecipe(row, recipeData)
823823
if showProfit then
824824
relativeTo = recipeData.priceData.craftingCosts
825825
end
826-
averageProfitColumn.text:SetText(GUTIL:FormatMoney(averageProfit, true, relativeTo))
826+
averageProfitColumn.text:SetText(GUTIL:FormatMoney(averageProfit, true, relativeTo, true))
827827
row.averageProfit = averageProfit
828828
row.relativeProfit = GUTIL:GetPercentRelativeTo(averageProfit, recipeData.priceData.craftingCosts)
829829
row.concentrationWeight = CraftSim.AVERAGEPROFIT:GetConcentrationWeight(recipeData, averageProfit)

0 commit comments

Comments
 (0)