diff --git a/common/script/content/index.js b/common/script/content/index.js index 86d2bec965..20a57d6eaa 100644 --- a/common/script/content/index.js +++ b/common/script/content/index.js @@ -544,9 +544,6 @@ api.premiumHatchingPotions = { text: t('hatchingPotionThunderstorm'), limited: true, _season: 'summer', - canBuy: (function() { - return true; - }), }, }; diff --git a/common/script/libs/shops.js b/common/script/libs/shops.js index a4fc7905fd..422164565b 100644 --- a/common/script/libs/shops.js +++ b/common/script/libs/shops.js @@ -78,7 +78,6 @@ shops.getMarketCategories = function getMarket (user, language) { purchaseType: 'hatchingPotions', }; }).sortBy('key').value(); - categories.push(premiumHatchingPotionsCategory); let foodCategory = { identifier: 'food', diff --git a/website/views/options/inventory/drops.jade b/website/views/options/inventory/drops.jade index ed2a095be0..5c8cb6445b 100644 --- a/website/views/options/inventory/drops.jade +++ b/website/views/options/inventory/drops.jade @@ -30,10 +30,6 @@ ng-click='choosePotion(pot)') .badge.badge-info.stack-count {{points}} - li.customize-menu - menu.pets-menu(label=env.t('quests')) - p=env.t('whereAreMyQuests') - li.customize-menu menu.pets-menu(label=env.t('food') + ' ({{foodCount}})') p.muted(ng-show='foodCount < 1')=env.t('noFood')