Skip to content

Commit 3d2d985

Browse files
committed
fix function call
1 parent 6ac984b commit 3d2d985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Classes/TradeQuery.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ function TradeQueryClass:SortFetchResults(slotTbl, trade_index, mode)
630630
for index, tbl in pairs(self.resultTbl[trade_index]) do
631631
local item = new("Item", tbl.item_string)
632632
local output = calcFunc({ repSlotName = slotName, repItem = item }, {})
633-
out[index] = self.TradeQueryGeneratorClass.WeightedRatioOutputs(baseItemOutput, output, self.statSortSelectionList)
633+
out[index] = self.tradeQueryGenerator.WeightedRatioOutputs(baseItemOutput, output, self.statSortSelectionList)
634634
end
635635
GlobalCache.useFullDPS = storedFullDPS
636636
return out

0 commit comments

Comments
 (0)