Skip to content

Commit 426e2cf

Browse files
committed
Fix weapon filters
1 parent 7bdf51c commit 426e2cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Classes/TradeQueryGenerator.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ Remove: anoints are completely ignored, and removed from items.]]
13691369
updateLastAnchor(controls.modSelectorHeaderAnchor)
13701370
-- get mod selector list
13711371
getModList = function()
1372-
_, itemCategory = tradeHelpers.getTradeCategory(slot.slotName)
1372+
_, itemCategory = tradeHelpers.getTradeCategory(slot.slotName, slot and self.itemsTab.items[slot.selItemId])
13731373
-- add radius/base as they have different mods
13741374
if controls.jewelType then
13751375
itemCategory = controls.jewelType:GetSelValue() .. itemCategory

0 commit comments

Comments
 (0)