Skip to content

Commit

Permalink
Add Vanguard armor set to Auction House Filter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sashank999 committed Jul 10, 2024
1 parent 8fbb9e2 commit 27ddacf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion extension/changelog.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
"date": false,
"logs": {
"features": [],
"fixes": [{ "message": "Fix Disable Gym Stats when switching gyms.", "contributor": "TheFoxMan" }],
"fixes": [
{ "message": "Fix Disable Gym Stats when switching gyms.", "contributor": "TheFoxMan" },
{ "message": "Add Vanguard armor set to Auction House Filter.", "contributor": "TheFoxMan" }
],
"changes": [],
"removed": []
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,10 @@
title: "Set",
select: [
{ value: "", description: "All" },
...["Assault", "Riot", "Dune", "Delta", "Marauder", "EOD", "Sentinel"].map((type) => ({ value: type.toLowerCase(), description: type })),
...["Assault", "Riot", "Dune", "Delta", "Vanguard", "Marauder", "EOD", "Sentinel"].map((type) => ({
value: type.toLowerCase(),
description: type,
})),
],
defaults: filters.auction[itemType].set,
callback: applyFilters,
Expand Down

0 comments on commit 27ddacf

Please sign in to comment.