chore(event): end Floral Potion availability

This commit is contained in:
Sabe Jones
2016-06-01 15:08:35 +00:00
parent c33b7273fa
commit 271f4b760d
2 changed files with 2 additions and 2 deletions

View File

@@ -520,7 +520,7 @@ api.premiumHatchingPotions = {
text: t('hatchingPotionFloral'),
limited: true,
canBuy: (function() {
return true;
return false;
}),
},
};