From 1286b6fbee70cfd4616a61a740043bc479e959c8 Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Mon, 21 Mar 2016 16:00:17 -0400 Subject: [PATCH] fix(event): make spring hair/skin available server side --- common/script/content/appearance/sets.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/script/content/appearance/sets.js b/common/script/content/appearance/sets.js index 18285fa5b4..262b98bdca 100644 --- a/common/script/content/appearance/sets.js +++ b/common/script/content/appearance/sets.js @@ -7,9 +7,9 @@ module.exports = prefill({ facialHair: {setPrice: 5, text: t('bodyFacialHair')}, specialShirts: {setPrice: 5, text: t('specialShirts')}, winterHairColors: {setPrice: 5, availableUntil: '2016-01-01'}, - pastelHairColors: {setPrice: 5, availableUntil: '2016-01-01'}, + pastelHairColors: {setPrice: 5, availableUntil: '2016-05-02'}, rainbowHairColors: {setPrice: 5, text: t('rainbowColors')}, - shimmerHairColors: {setPrice: 5, availableUntil: '2016-01-01', text: t('shimmerColors')}, + shimmerHairColors: {setPrice: 5, availableUntil: '2016-05-02', text: t('shimmerColors')}, hauntedHairColors: {setPrice: 5, availableUntil: '2016-01-01', text: t('hauntedColors')}, winteryHairColors: {setPrice: 5, availableFrom: '2015-12-18', availableUntil: '2016-02-02', text: t('winteryColors')}, rainbowSkins: {setPrice: 5, text: t('rainbowSkins')},