chore(date): Bailey and disable potions

This commit is contained in:
Sabe Jones
2019-06-03 15:22:21 -05:00
parent 783338f1f0
commit a26c2bce23
5 changed files with 25 additions and 29 deletions

View File

@@ -3,7 +3,7 @@ import defaults from 'lodash/defaults';
import each from 'lodash/each';
import t from './translation';
const CURRENT_SEASON = 'May';
const CURRENT_SEASON = '_NONE_';
function hasQuestAchievementFunction (key) {
return (user) => {
@@ -83,7 +83,7 @@ let premium = {
value: 2,
text: t('hatchingPotionFloral'),
limited: true,
_season: 'May',
_season: '_PENDING_',
},
Aquatic: {
value: 2,
@@ -179,7 +179,7 @@ let premium = {
value: 2,
text: t('hatchingPotionSunshine'),
limited: true,
_season: 'May',
_season: '_PENDING_',
},
Bronze: {
value: 2,