Skip to content

Commit 716fe21

Browse files
author
LocalIdentity
committed
Add any to trade search types
1 parent e90500d commit 716fe21

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

src/Classes/TradeQuery.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ on trade site to work on other leagues and realms)]]
288288
"Instant buyout and in person",
289289
"In person (online in league)",
290290
"In person (online)",
291+
"Any (includes offline)"
291292
}
292293

293294
self.controls.tradeTypeSelection = new("DropDownControl", { "TOPLEFT", self.controls.poesessidButton, "BOTTOMLEFT" },

src/Classes/TradeQueryGenerator.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1033,6 +1033,7 @@ function TradeQueryGeneratorClass:FinishQuery()
10331033
"available",
10341034
"onlineleague",
10351035
"online",
1036+
"any",
10361037
}
10371038
local selectedTradeType = self.tradeTypes[self.tradeTypeIndex]
10381039
-- Generate trade query str and open in browser

0 commit comments

Comments
 (0)