Skip to content

Commit

Permalink
Adds Aesperia daily bounties for daily quest completion
Browse files Browse the repository at this point in the history
  • Loading branch information
fadillzzz committed Apr 3, 2024
1 parent 951098d commit 9494af5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/feats/quest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ namespace Feats {
ImGui::SameLine();

if (ImGui::Button("Complete Daily")) {
// Aesperia daily bounties
completeQuestsWithFilter(std::regex("q\\d{6}"));
// Vera daily bounties
completeQuestsWithFilter(std::regex("rv\\d{6}"));
// Domain 9 daily bounties
Expand Down

0 comments on commit 9494af5

Please sign in to comment.