diff --git a/common/script/content/index.coffee b/common/script/content/index.coffee index b70fff0add..196b25602d 100644 --- a/common/script/content/index.coffee +++ b/common/script/content/index.coffee @@ -1178,7 +1178,7 @@ _.each api.dropHatchingPotions, (pot,key) -> _.each api.premiumHatchingPotions, (pot,key) -> _.defaults pot, {key, value: 2, notes: t('hatchingPotionNotes', {potText: pot.text}), premium: true, limited: false, canBuy: (()->true)} -api.hatchingPotions = _.merge(api.dropHatchingPotions, api.premiumPotionAddlNotes) +api.hatchingPotions = _.merge(api.dropHatchingPotions, api.premiumHatchingPotions) api.pets = _.transform api.dropEggs, (m, egg) ->