From 6109899ada2ca31e3ea3bf9b980d2365fe8ab8b9 Mon Sep 17 00:00:00 2001 From: Chamoda Ranasinghe Date: Tue, 16 Jan 2024 03:53:34 +0700 Subject: [PATCH] added CONJURED_CAKE key to ItemNames constant --- TypeScript/app/constants.ts | 1 + 1 file changed, 1 insertion(+) 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;