fix(event): remove magic potions

This commit is contained in:
Sabe Jones
2016-01-04 11:56:34 -05:00
parent 2bbdf66d76
commit cc00602112
3 changed files with 3 additions and 3 deletions

View File

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