Skip to content

Commit

Permalink
Update progressions a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaslin committed Sep 14, 2024
1 parent 86083cc commit c9ca7de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d2-checklist",
"version": "24.6.1",
"version": "24.6.2",
"manifest": "227973.24.09.04.1730-2-bnet.56740",
"license": "MIT",
"scripts": {
Expand Down
4 changes: 3 additions & 1 deletion src/app/service/parse.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export class ParseService {
// '4203877294', // Fynch #UPDATEME
'527867935', // Xur
'1471185389', // Gunsmith
'784742260', // Cryptarchs
// '1983115403', // House of light
// '3611983588', // CROW
// '2126988316', // Obelisk: Mars
Expand Down Expand Up @@ -277,8 +278,9 @@ export class ParseService {
name = 'Crucible';
info = 'Shaxx';
} else if (name === 'Gunsmith') {
name = 'Gunsmith';
info = 'Banshee';
} else if (name === 'Cryptarchs') {
info = 'Rahool';
} else if (name === 'Conscientious Objector') {
name = 'Fynch';
info = 'Conscientious Objector';
Expand Down

0 comments on commit c9ca7de

Please sign in to comment.