From 4c5ac71a2f1a7e77948885513be2eb9fc0c27055 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Sat, 15 Feb 2025 00:56:40 +0100 Subject: fix: Hot Kuudra Key price (#1672) --- items/MAGE_EMISSARY_NPC.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/items/MAGE_EMISSARY_NPC.json b/items/MAGE_EMISSARY_NPC.json index 3dd0530a..4121a1a2 100644 --- a/items/MAGE_EMISSARY_NPC.json +++ b/items/MAGE_EMISSARY_NPC.json @@ -68,7 +68,7 @@ { "type": "npc_shop", "cost": [ - "SKYBLOCK_COIN:38000", + "SKYBLOCK_COIN:400000", "ENCHANTED_MYCELIUM:4", "CORRUPTED_NETHER_STAR:2" ], -- cgit