Skip to content

Commit

Permalink
Added arena as valid outpost type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Aug 28, 2024
1 parent 55742dc commit 75c7826
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GuildWarsPartySearch.NodeJSServer/src/js/gw_constants.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2666,6 +2666,7 @@ export function isValidOutpost(_map_id) {
case map_types.EliteMission:
case map_types.MissionOutpost:
case map_types.Outpost:
case map_types.Arena:
return true;
}
return false;
Expand Down

0 comments on commit 75c7826

Please sign in to comment.