diff --git a/TypeScript/app/constants.ts b/TypeScript/app/constants.ts index 4c3fbcac..80914e46 100644 --- a/TypeScript/app/constants.ts +++ b/TypeScript/app/constants.ts @@ -5,6 +5,7 @@ const ItemNames = { AGED_BRIE: "Aged Brie", BACKSTAGE_PASSES: "Backstage passes to a TAFKAL80ETC concert", SULFURAS: "Sulfuras, Hand of Ragnaros", + CONJURED_CAKE: "Conjured Mana Cake", }; const MAX_ITEM_QUALITY = 50;