From 8e502ebe0b2ae48fdff7ebeb4c41a347d3b48eb0 Mon Sep 17 00:00:00 2001 From: AMelonInsideLemon <166175391+AMelonInsideLemon@users.noreply.github.com> Date: Mon, 20 Oct 2025 13:28:21 +0200 Subject: [PATCH] update pe+ --- package-lock.json | 8 ++++---- package.json | 2 +- src/services/inventoryService.ts | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 2c0ed2ee..7981d879 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "morgan": "^1.10.0", "ncp": "^2.0.0", "undici": "^7.10.0", - "warframe-public-export-plus": "^0.5.91", + "warframe-public-export-plus": "^0.5.92", "warframe-riven-info": "^0.1.2", "winston": "^3.17.0", "winston-daily-rotate-file": "^5.0.0", @@ -5534,9 +5534,9 @@ } }, "node_modules/warframe-public-export-plus": { - "version": "0.5.91", - "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.5.91.tgz", - "integrity": "sha512-xp8rq/dvFC6+urb6vVFRtAmm1v0iE/ZALI3uVGBpblsVB/PWmGxjBBp8l00dCZs67JsqEKcrCcogKwtKTwDc1w==" + "version": "0.5.92", + "resolved": "https://registry.npmjs.org/warframe-public-export-plus/-/warframe-public-export-plus-0.5.92.tgz", + "integrity": "sha512-5O5VtyVXxKtl5QdpzoVyKov5GX6t3z/U5tqPq73kjoSyA5NQT2V9sWsZK4ASyY8Edv9hNsdwlZdsdP8QmYbubg==" }, "node_modules/warframe-riven-info": { "version": "0.1.2", diff --git a/package.json b/package.json index 130e1cf1..8e97d778 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "morgan": "^1.10.0", "ncp": "^2.0.0", "undici": "^7.10.0", - "warframe-public-export-plus": "^0.5.91", + "warframe-public-export-plus": "^0.5.92", "warframe-riven-info": "^0.1.2", "winston": "^3.17.0", "winston-daily-rotate-file": "^5.0.0", diff --git a/src/services/inventoryService.ts b/src/services/inventoryService.ts index f3b2159c..7498293b 100644 --- a/src/services/inventoryService.ts +++ b/src/services/inventoryService.ts @@ -117,6 +117,7 @@ export const createInventory = async ( inventory.PlayedParkourTutorial = true; await addStartingGear(inventory); await completeQuest(inventory, "/Lotus/Types/Keys/VorsPrize/VorsPrizeQuestKeyChain"); + await completeQuest(inventory, "/Lotus/Types/Keys/ModQuest/ModQuestKeyChain"); const completedMissions = ["SolNode27", "SolNode89", "SolNode63", "SolNode85", "SolNode15", "SolNode79"];