From 4a368a1128230870285a97a2a6b8d6f774ee0cd8 Mon Sep 17 00:00:00 2001 From: Alys Date: Sat, 31 Mar 2018 21:46:51 +1000 Subject: [PATCH] supply the correct type and path for featured Magic Hatching Potions - fixes #10135 (#10204) --- website/common/script/content/shop-featuredItems.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/website/common/script/content/shop-featuredItems.js b/website/common/script/content/shop-featuredItems.js index b187e7132a..d394af867c 100644 --- a/website/common/script/content/shop-featuredItems.js +++ b/website/common/script/content/shop-featuredItems.js @@ -1,3 +1,6 @@ +// Magic Hatching Potions are configured like this: +// type: 'premiumHatchingPotion', // note no "s" at the end +// path: 'premiumHatchingPotions.Rainbow', const featuredItems = { market: [ { @@ -5,12 +8,12 @@ const featuredItems = { path: 'armoire', }, { - type: 'hatchingPotions', - path: 'hatchingPotions.Shimmer', + type: 'premiumHatchingPotion', + path: 'premiumHatchingPotions.Shimmer', }, { - type: 'hatchingPotions', - path: 'hatchingPotions.Rainbow', + type: 'premiumHatchingPotion', + path: 'premiumHatchingPotions.Rainbow', }, { type: 'card',