Skip to content

Commit

Permalink
Redraw dailies when party list is redrawn
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Aug 27, 2024
1 parent bb71989 commit b690afd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GuildWarsPartySearch.NodeJSServer/index.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ function redrawPartyList() {
selectMapId(to_number(event.currentTarget.getAttribute('data-map-id')));
})
})
redrawDailyQuests();
}

function getLeafletLocationByMapId(map_id) {
Expand Down

0 comments on commit b690afd

Please sign in to comment.