From 25c30f04448a39718fec2069a3ef45d410894218 Mon Sep 17 00:00:00 2001 From: Lila Hioh Date: Tue, 12 Jul 2022 13:22:53 +0000 Subject: [PATCH] Added item config for keys used in the waterfall quest --- Server/data/configs/item_configs.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/Server/data/configs/item_configs.json b/Server/data/configs/item_configs.json index a76b7381a..7797b87a7 100644 --- a/Server/data/configs/item_configs.json +++ b/Server/data/configs/item_configs.json @@ -139685,5 +139685,21 @@ "examine": "Item container for C. Ele Minor Drop Table. You should not be able to obtain this item.", "name": "C. Ele Minor Drop Table", "id": "799" + }, + { + "examine": "This will unlock something. (Waterfall Quest)", + "name": "A key", + "tradeable": "false", + "weight": "0.01", + "archery_ticket_price": "0", + "id": "293" + }, + { + "examine": "This will unlock something. (Waterfall dungeon)", + "name": "A key", + "tradeable": "false", + "archery_ticket_price": "0", + "weight": "0.01", + "id": "298" } ] \ No newline at end of file