From b98eae6ba08ea019a163fe758f04af6f7e5b1d79 Mon Sep 17 00:00:00 2001 From: Christian de Jesus IV <105530193+Luzefiru@users.noreply.github.com> Date: Sat, 7 Sep 2024 10:26:11 +0800 Subject: [PATCH] feat(banners): XLY --- banners.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/banners.ts b/banners.ts index ca91f46e..f473a549 100644 --- a/banners.ts +++ b/banners.ts @@ -220,6 +220,6 @@ export const rawBanners: BannerInfo[] = [ ]; export const banners = rawBanners.filter((b) => { - const UNRELEASED_BANNERS = [100007, 200007]; + const UNRELEASED_BANNERS = []; return !UNRELEASED_BANNERS.includes(b.bannerId); });