We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6214c commit dbcf0c9Copy full SHA for dbcf0c9
src/Classes/TradeQueryGenerator.lua
@@ -915,7 +915,7 @@ function TradeQueryGeneratorClass:FinishQuery()
915
}
916
917
},
918
- status = { option = "online" },
+ status = { option = "available" },
919
stats = {
920
{
921
type = "weight",
src/Classes/TreeTab.lua
@@ -2070,7 +2070,7 @@ function TreeTabClass:FindTimelessJewel()
2070
local search = {
2071
query = {
2072
status = {
2073
- option = "online"
+ option = "available"
2074
2075
2076
0 commit comments