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 each from 'lodash/each';
import t from './translation'; import t from './translation';
const CURRENT_SEASON = 'November'; const CURRENT_SEASON = '_NONE_';
let drops = { let drops = {
Base: { Base: {

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB