Skip to content

Commit

Permalink
Use new xur hash name
Browse files Browse the repository at this point in the history
  • Loading branch information
ChiriVulpes committed Nov 19, 2024
1 parent 4884028 commit f965c88
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"private": true,
"dependencies": {
"bungie-api-ts": "^5.1.0",
"deepsight.gg": "^1.0.739"
"deepsight.gg": "^1.0.814"
}
}
2 changes: 1 addition & 1 deletion tasks/manifest/DeepsightVendorDefinition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default Task("DeepsightVendorDefinition", async () => {
[VendorHashes.Nimbus]: vendors[VendorHashes.Nimbus],
[VendorHashes.Fynch]: vendors[VendorHashes.Fynch],
[VendorHashes.Starhorse]: vendors[VendorHashes.Starhorse],
[VendorHashes.Xur_CategoriesLength22]: vendors[VendorHashes.Xur_CategoriesLength22],
[VendorHashes.Xur_CategoriesLength23]: vendors[VendorHashes.Xur_CategoriesLength23],
[VendorHashes.Xur_CategoriesLength27]: vendors[VendorHashes.Xur_CategoriesLength27],
[VendorHashes.Ada1_Enabledtrue]: vendors[VendorHashes.Ada1_Enabledtrue],
[VendorHashes.Banshee44_Enabledtrue]: vendors[VendorHashes.Banshee44_Enabledtrue],
Expand Down
6 changes: 3 additions & 3 deletions tasks/manifest/utility/endpoint/DestinyVendors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const VENDOR_BACKGROUNDS: Partial<Record<VendorHashes, string | Partial<Record<D
[VendorHashes.Nimbus]: "nimbus",
[VendorHashes.Fynch]: "fynch",
[VendorHashes.Xur_CategoriesLength27]: "xurxurstreasurehoard",
[VendorHashes.Xur_CategoriesLength22]: "xurtower",
[VendorHashes.Xur_CategoriesLength23]: "xurtower",
[VendorHashes.Ada1_Enabledtrue]: "ada1",
[VendorHashes.Banshee44_Enabledtrue]: "banshee44",
[VendorHashes.CommanderZavala_Enabledtrue]: "commanderzavala",
Expand All @@ -46,14 +46,14 @@ const VENDOR_GROUP_OVERRIDES: Partial<Record<VendorHashes, VendorGroupHashes[]>>
[VendorHashes.Nimbus]: [VendorGroupHashes.Destination, VendorGroupHashes.Lightfall],
[VendorHashes.Fynch]: [VendorGroupHashes.Destination, VendorGroupHashes.TheWitchQueen],
[VendorHashes.Xur_CategoriesLength27]: [VendorGroupHashes.Destination, VendorGroupHashes["30thAnniversary"]],
[VendorHashes.Xur_CategoriesLength22]: [VendorGroupHashes.Tower, VendorGroupHashes.LimitedTime],
[VendorHashes.Xur_CategoriesLength23]: [VendorGroupHashes.Tower, VendorGroupHashes.LimitedTime],
};

const VENDOR_MOMENTS: Partial<Record<VendorHashes, MomentHashes>> = {
[VendorHashes.Nimbus]: MomentHashes.Lightfall,
[VendorHashes.WarTable]: MomentHashes.SeasonOfDefiance,
[VendorHashes.Fynch]: MomentHashes.TheWitchQueen,
[VendorHashes.Xur_CategoriesLength22]: MomentHashes.Bungie30thAnniversary,
[VendorHashes.Xur_CategoriesLength23]: MomentHashes.Bungie30thAnniversary,
[VendorHashes.DevrimKay]: MomentHashes.TheRedWar,
[VendorHashes.Failsafe]: MomentHashes.TheRedWar,
[VendorHashes.ErisMorn]: MomentHashes.Shadowkeep,
Expand Down

0 comments on commit f965c88

Please sign in to comment.