Skip to content

Commit

Permalink
Fix bug ;)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcaslin committed Jul 8, 2024
1 parent fa36b92 commit 66ee8b1
Show file tree
Hide file tree
Showing 2 changed files with 2 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.4.4",
"version": "24.4.5",
"manifest": "226472.24.06.26.1731-1-bnet.56090",
"license": "MIT",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/app/service/parse.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2539,7 +2539,7 @@ export class ParseService {
// since we gather up milestones from all sorts of places
private cookMileStones(milestoneList: MileStoneName[], dynamicStrings: DynamicStrings, resp: any, weeklyRitualPathfinderHash: string, chars: Character[]) {
const ritualPathFinder = milestoneList.find(x => x.key == '3480513797');
if (weeklyRitualPathfinderHash) {
if (ritualPathFinder && weeklyRitualPathfinderHash) {
ritualPathFinder.rewards = 'Pinnacle Gear (3 total)';
ritualPathFinder.boost = this.parseMilestonePl(ritualPathFinder.rewards);

Expand Down

0 comments on commit 66ee8b1

Please sign in to comment.