Skip to content

Commit 1c8aad4

Browse files
Merge pull request #11878 from DestinyItemManager/d2ai-build
[D2AI] Build Update
2 parents a964c5e + 379c375 commit 1c8aad4

3 files changed

Lines changed: 5 additions & 10 deletions

File tree

src/app/inventory/__snapshots__/d2-stores.test.ts.snap

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50223,7 +50223,7 @@ exports[`process stores generates a correct weapon CSV export 1`] = `
5022350223
"Reload": 0,
5022450224
"Season": 28,
5022550225
"Shield Duration": 0,
50226-
"Source": "dungeon",
50226+
"Source": "monumentoftriumph",
5022750227
"Stability": 0,
5022850228
"Swing Speed": 40,
5022950229
"Tag": undefined,
@@ -52545,7 +52545,7 @@ exports[`process stores generates a correct weapon CSV export 1`] = `
5254552545
"Reload": 0,
5254652546
"Season": 28,
5254752547
"Shield Duration": 0,
52548-
"Source": "dungeon",
52548+
"Source": "monumentoftriumph",
5254952549
"Stability": 0,
5255052550
"Swing Speed": 40,
5255152551
"Tag": undefined,
@@ -54600,7 +54600,7 @@ exports[`process stores generates a correct weapon CSV export 1`] = `
5460054600
"Reload": 0,
5460154601
"Season": 28,
5460254602
"Shield Duration": 0,
54603-
"Source": "dungeon",
54603+
"Source": "monumentoftriumph",
5460454604
"Stability": 0,
5460554605
"Swing Speed": 40,
5460654606
"Tag": undefined,
@@ -54667,7 +54667,7 @@ exports[`process stores generates a correct weapon CSV export 1`] = `
5466754667
"Reload": 0,
5466854668
"Season": 28,
5466954669
"Shield Duration": 0,
54670-
"Source": "dungeon",
54670+
"Source": "monumentoftriumph",
5467154671
"Stability": 0,
5467254672
"Swing Speed": 40,
5467354673
"Tag": undefined,
@@ -54937,7 +54937,7 @@ exports[`process stores generates a correct weapon CSV export 1`] = `
5493754937
"Reload": 0,
5493854938
"Season": 28,
5493954939
"Shield Duration": 0,
54940-
"Source": "dungeon",
54940+
"Source": "monumentoftriumph",
5494154941
"Stability": 0,
5494254942
"Swing Speed": 40,
5494354943
"Tag": undefined,

src/data/d2/source-info-v2.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,6 @@ const D2Sources: {
581581
2129814338, // Prosecutor
582582
2130249527, // Death Adder
583583
2226158470, // Unworthy
584-
2344383760, // Eighty-Six
585584
2477408004, // Wilderflight (Adept)
586585
2485881870, // Unloved
587586
2730671571, // Terminus Horizon
@@ -2055,7 +2054,6 @@ const D2Sources: {
20552054
93061497, // VS Gravitic Arrest
20562055
1762785662, // VS Chill Inhibitor
20572056
1762785663, // VS Velocity Baton
2058-
2344383760, // Eighty-Six
20592057
4232480042, // VS Pyroelectric Propellant
20602058
],
20612059
sourceHashes: [

src/data/d2/source-info.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,6 @@ const D2Sources: {
967967
2129814338, // Prosecutor
968968
2130249527, // Death Adder
969969
2226158470, // Unworthy
970-
2344383760, // Eighty-Six
971970
2477408004, // Wilderflight (Adept)
972971
2485881870, // Unloved
973972
2730671571, // Terminus Horizon
@@ -2963,7 +2962,6 @@ const D2Sources: {
29632962
93061497, // VS Gravitic Arrest
29642963
1762785662, // VS Chill Inhibitor
29652964
1762785663, // VS Velocity Baton
2966-
2344383760, // Eighty-Six
29672965
4232480042, // VS Pyroelectric Propellant
29682966
],
29692967
sourceHashes: [
@@ -2976,7 +2974,6 @@ const D2Sources: {
29762974
93061497, // VS Gravitic Arrest
29772975
1762785662, // VS Chill Inhibitor
29782976
1762785663, // VS Velocity Baton
2979-
2344383760, // Eighty-Six
29802977
4232480042, // VS Pyroelectric Propellant
29812978
],
29822979
sourceHashes: [

0 commit comments

Comments
 (0)