chore(items): deactivate premium potions

This commit is contained in:
Sabe Jones
2018-12-03 15:49:09 -06:00
parent 727041f020
commit b98e95ee45
3 changed files with 7 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ import defaults from 'lodash/defaults';
import each from 'lodash/each';
import t from './translation';
const CURRENT_SEASON = 'November';
const CURRENT_SEASON = '_NONE_';
let drops = {
Base: {

View File

@@ -8,16 +8,16 @@ const featuredItems = {
path: 'armoire',
},
{
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.Frost',
type: 'hatchingPotions',
path: 'hatchingPotions.White',
},
{
type: 'eggs',
path: 'eggs.Wolf',
},
{
type: 'premiumHatchingPotion',
path: 'premiumHatchingPotions.Thunderstorm',
type: 'food',
path: 'food.Milk',
},
],
quests: [
@@ -30,8 +30,8 @@ const featuredItems = {
path: 'quests.taskwoodsTerror1',
},
{
type: 'bundles',
path: 'bundles.oddballs',
type: 'quests',
path: 'quests.horse',
},
],
seasonal: '',

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB