Skip to content

Commit

Permalink
Merge pull request #10649 from DestinyItemManager/xur-vendor-items-lo
Browse files Browse the repository at this point in the history
Re-add Xûr vendor armor to LO
  • Loading branch information
robojumper authored Jul 20, 2024
2 parents a577b68 + 9440e11 commit a4cdbc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/app/loadout-builder/loadout-builder-vendors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const allowedVendorHashes = [
VendorHashes.DevrimKay,
VendorHashes.Failsafe,
VendorHashes.RivensWishesExotics,
VendorHashes.XurLegendaryItems,
];

export const loVendorItemsSelector = currySelector(
Expand Down
1 change: 1 addition & 0 deletions src/app/search/d2-known-values.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ export const enum VendorHashes {
DevrimKay = 396892126,
Failsafe = 1576276905,
RivensWishesExotics = 2388521577,
XurLegendaryItems = 3751514131, // Vendor "Strange Gear Offers"
}

/** used to snag the icon for display */
Expand Down

0 comments on commit a4cdbc4

Please sign in to comment.