Begin Fall Festival 2016 (#8043)

* feat(event): begin Fall Festival 2016

* feat(event): Seasonal Shop Fall 2016

* fix(test): season specific food

* chore(news): add Bailey

* fix(season): correct Sorceress & timetrav
This commit is contained in:
Sabe Jones
2016-09-20 20:11:32 -05:00
committed by GitHub
parent 67febde1cb
commit 676d9aedf1
75 changed files with 6212 additions and 5700 deletions

View File

@@ -11,6 +11,7 @@ import {
} from '../../helpers/common.helper';
describe('shared.ops.purchase', () => {
const SEASONAL_FOOD = 'Candy_Base';
let user;
let goldPoints = 40;
let gemsBought = 40;
@@ -166,7 +167,7 @@ describe('shared.ops.purchase', () => {
it('purchases food', () => {
let type = 'food';
let key = 'Meat';
let key = SEASONAL_FOOD;
purchase(user, {params: {type, key}});