chore(event): end Flinging
This commit is contained in:
@@ -8,7 +8,7 @@ import takeThisGear from './special-takeThis';
|
||||
import wonderconGear from './special-wondercon';
|
||||
import t from '../../../translation';
|
||||
|
||||
const CURRENT_SEASON = 'spring';
|
||||
const CURRENT_SEASON = '_NONE_';
|
||||
|
||||
let armor = {
|
||||
0: backerGear.armorSpecial0,
|
||||
|
||||
@@ -3,7 +3,7 @@ import defaults from 'lodash/defaults';
|
||||
import each from 'lodash/each';
|
||||
import t from './translation';
|
||||
|
||||
const CURRENT_SEASON = 'March';
|
||||
const CURRENT_SEASON = '_NONE_';
|
||||
|
||||
let drops = {
|
||||
Base: {
|
||||
|
||||
@@ -511,7 +511,7 @@ let quests = {
|
||||
value: 1,
|
||||
category: 'pet',
|
||||
canBuy () {
|
||||
return true;
|
||||
return false;
|
||||
},
|
||||
collect: {
|
||||
plainEgg: {
|
||||
|
||||
@@ -8,16 +8,16 @@ const featuredItems = {
|
||||
path: 'armoire',
|
||||
},
|
||||
{
|
||||
type: 'premiumHatchingPotion',
|
||||
path: 'premiumHatchingPotions.Celestial',
|
||||
type: 'eggs',
|
||||
path: 'eggs.Dragon',
|
||||
},
|
||||
{
|
||||
type: 'premiumHatchingPotion',
|
||||
path: 'premiumHatchingPotions.Rainbow',
|
||||
type: 'hatchingPotions',
|
||||
path: 'hatchingPotions.Red',
|
||||
},
|
||||
{
|
||||
type: 'card',
|
||||
path: 'cardTypes.goodluck',
|
||||
path: 'cardTypes.congrats',
|
||||
},
|
||||
],
|
||||
quests: [
|
||||
|
||||
Reference in New Issue
Block a user