Skip to content

Commit

Permalink
Add showcase to invasion filter
Browse files Browse the repository at this point in the history
  • Loading branch information
wraythex authored Sep 6, 2023
1 parent 22fecda commit f493781
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion static/js/map/map.settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -2277,7 +2277,11 @@ function initItemFilters() {
}

function initInvasionFilters() {
const invasionIds = new Set([41, 42, 43, 44, 5, 4, 6, 7, 10, 11, 12, 13, 49, 50, 14, 15, 16, 17, 18, 19, 20, 21, 47, 48, 22, 23, 24, 25, 26, 27, 30, 31, 32, 33, 34, 35, 36, 37, 28, 29, 38, 39, 352, 500, 501, 502, 504, 506, 507])
const invasionIds = new Set([41, 42, 43, 44, 5, 4, 6, 7, 10, 11, 12, 13,
49, 50, 14, 15, 16, 17, 18, 19, 20, 21, 47,
48, 22, 23, 24, 25, 26, 27, 30, 31, 32, 33,
34, 35, 36, 37, 28, 29, 38, 39, 352, 9001,
500, 501, 502, 504, 506, 507])

class InvasionFilterManager extends FilterManager {
getListSelector() { return '.invasion-filter-list' }
Expand Down

0 comments on commit f493781

Please sign in to comment.