Skip to content

Commit c3b2f55

Browse files
committed
fix function call
1 parent 91afef0 commit c3b2f55

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
@@ -627,7 +627,7 @@ function TradeQueryClass:SortFetchResults(slotTbl, trade_index, mode)
627627
for index, tbl in pairs(self.resultTbl[trade_index]) do
628628
local item = new("Item", tbl.item_string)
629629
local output = calcFunc({ repSlotName = slotName, repItem = item }, {})
630-
out[index] = self.TradeQueryGeneratorClass.WeightedRatioOutputs(baseItemOutput, output, self.statSortSelectionList)
630+
out[index] = self.tradeQueryGenerator.WeightedRatioOutputs(baseItemOutput, output, self.statSortSelectionList)
631631
end
632632
GlobalCache.useFullDPS = storedFullDPS
633633
return out

0 commit comments

Comments
 (0)