Skip to content

Commit

Permalink
added missing quest requirement (#1966)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmgi authored Feb 7, 2025
1 parent 5f1f7c5 commit 7ab7bb2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -418,6 +418,7 @@ public List<Requirement> getGeneralRequirements()
req.add(olafsQuest);
req.add(eaglesPeak);
req.add(betweenARock);
req.add(horrorFromTheDeep);
return req;
}

Expand Down

0 comments on commit 7ab7bb2

Please sign in to comment.