End Winter Wonderland (#8466)

* chore(event): end Winter Wonderland

* fix(test): update constant
This commit is contained in:
Sabe Jones
2017-02-02 09:08:51 -06:00
committed by GitHub
parent 248b64a43f
commit 8d148b4d69
18 changed files with 30 additions and 45 deletions

View File

@@ -118,7 +118,7 @@ each(premium, (pot, key) => {
premium: true,
limited: false,
canBuy () {
return pot._season === 'winter';
return false;
},
});
});