Skip to content

Commit dbcf0c9

Browse files
authored
feat: change from online to available on trade search (#9136)
1 parent 0b6214c commit dbcf0c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Classes/TradeQueryGenerator.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -915,7 +915,7 @@ function TradeQueryGeneratorClass:FinishQuery()
915915
}
916916
}
917917
},
918-
status = { option = "online" },
918+
status = { option = "available" },
919919
stats = {
920920
{
921921
type = "weight",

src/Classes/TreeTab.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2070,7 +2070,7 @@ function TreeTabClass:FindTimelessJewel()
20702070
local search = {
20712071
query = {
20722072
status = {
2073-
option = "online"
2073+
option = "available"
20742074
},
20752075
stats = {
20762076
{

0 commit comments

Comments
 (0)