Skip to content

Commit

Permalink
fix: Added what was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
dm94 committed Jun 20, 2024
1 parent 534ce48 commit 6a47edf
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ public void update() {
}

this.allQuestsUpdated = false;
this.dailyQuestUpdated = false;
this.weeklyQuestUpdated = false;
this.seassonQuestUpdated = false;

long data = API.readAtom(address + 0x60);
this.seassonPassAvailable = API.readBoolean(API.readAtom(data + 0x70) + 0x20);
Expand Down

0 comments on commit 6a47edf

Please sign in to comment.