Skip to content

Commit

Permalink
Explicitly clear party searches on travel
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Aug 17, 2024
1 parent 44d1212 commit 0233a41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GuildWarsPartySearch.Bot/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -652,6 +652,7 @@ static void ensure_correct_outpost() {
size_t retries = 4;
for (size_t i = 0; i < retries && !in_correct_outpost(); i++) {
LogInfo("Travel attempt %d of %d", i + 1, retries);
clear_party_search_advertisements();
res = travel_wait(wanted_map_id, wanted_district, bot_configuration.district_number);
if (res == 38) {
retries = 50; // District full, more retries
Expand Down

0 comments on commit 0233a41

Please sign in to comment.