chore(event): end Summer Splash

This commit is contained in:
Sabe Jones
2019-08-01 18:08:43 -05:00
parent 20298d3dd5
commit 90e89791f3
25 changed files with 227 additions and 298 deletions

View File

@@ -3,7 +3,7 @@ import defaults from 'lodash/defaults';
import each from 'lodash/each';
import t from './translation';
const CURRENT_SEASON = 'July';
const CURRENT_SEASON = '_NONE_';
function hasQuestAchievementFunction (key) {
return (user) => {
@@ -143,7 +143,7 @@ let premium = {
value: 2,
text: t('hatchingPotionGlass'),
limited: true,
_season: 'July',
_season: '_PENDING_',
_addlNotes: t('eventAvailabilityReturning', {
availableDate: t('dateEndJuly'),
previousDate: t('june2018'),
@@ -198,7 +198,7 @@ let premium = {
value: 2,
text: t('hatchingPotionWatery'),
limited: true,
_season: 'July',
_season: '_PENDING_',
},
};