Skip to content

Commit 8dcc641

Browse files
author
LocalIdentity
committed
Fix AbyssAbyssJewel category issue
1 parent 2a40b34 commit 8dcc641

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
@@ -1368,7 +1368,7 @@ Remove: %s will be removed from the search results.]], term, term, term)
13681368
getModList = function()
13691369
local _, itemCategory = tradeHelpers.getTradeCategory(slot.slotName, slot and self.itemsTab.items[slot.selItemId])
13701370
-- add radius/base as they have different mods
1371-
if controls.jewelType then
1371+
if controls.jewelType and itemCategory == "Jewel" then
13721372
itemCategory = controls.jewelType:GetSelValue() .. itemCategory
13731373
end
13741374
local mods = { { label = "^7+ Add Required Stat" } }

0 commit comments

Comments
 (0)