Skip to content

Commit 7335f79

Browse files
committed
Fix megalomaniac crash on manual price items
1 parent 0a581a2 commit 7335f79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Classes/TradeQuery.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1087,7 +1087,7 @@ you can add them, copy the link here, and press "Price Item" to evaluate the ite
10871087
else
10881088
self:SetNotice(controls.pbNotice, "")
10891089
self.lastQueries[row_idx] = query
1090-
local itemsSafe = self:FilterToSafeItems(items, activeSlot.slotName)
1090+
local itemsSafe = self:FilterToSafeItems(items, activeSlot and activeSlot.slotName)
10911091
self.resultTbl[row_idx] = itemsSafe
10921092
self:UpdateControlsWithItems(row_idx)
10931093
end

0 commit comments

Comments
 (0)