diff --git a/GuildWarsPartySearch.NodeJSServer/index.mjs b/GuildWarsPartySearch.NodeJSServer/index.mjs index 480f0a8..7f0e18d 100644 --- a/GuildWarsPartySearch.NodeJSServer/index.mjs +++ b/GuildWarsPartySearch.NodeJSServer/index.mjs @@ -206,6 +206,7 @@ function redrawPartyList() { selectMapId(to_number(event.currentTarget.getAttribute('data-map-id'))); }) }) + redrawDailyQuests(); } function getLeafletLocationByMapId(map_id) {