From 9538c86d024e1fec35724514fe8ab75f559b17a2 Mon Sep 17 00:00:00 2001 From: SabreCat Date: Wed, 20 Dec 2017 18:31:10 +0000 Subject: [PATCH] fix(seasonal): include current season gear in Shop --- website/common/script/content/constants.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/common/script/content/constants.js b/website/common/script/content/constants.js index fc776e7ed3..84ae40e641 100644 --- a/website/common/script/content/constants.js +++ b/website/common/script/content/constants.js @@ -58,6 +58,12 @@ export const SEASONAL_SETS = { 'winter2017WinterWolfSet', 'winter2017SugarPlumSet', 'winter2017FrostyRogueSet', + + // winter 2018 + 'winter2018ConfettiSet', + 'winter2018GiftWrappedSet', + 'winter2018MistletoeSet', + 'winter2018ReindeerSet', ], };