Skip to content

Commit

Permalink
feat: Yinlin & XLY Rerun
Browse files Browse the repository at this point in the history
  • Loading branch information
Luzefiru authored Dec 12, 2024
1 parent fe7bb3a commit a9e6840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion banners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,6 @@ export const rawBanners: BannerInfo[] = [
];

export const banners = rawBanners.filter((b) => {
const UNRELEASED_BANNERS: number[] = [100011, 200011];
const UNRELEASED_BANNERS: number[] = [];
return !UNRELEASED_BANNERS.includes(b.bannerId);
});

0 comments on commit a9e6840

Please sign in to comment.