Fixed wrong quest key
All checks were successful
Build / build (20) (pull_request) Successful in 37s
Build / build (18) (pull_request) Successful in 1m14s
Build / build (22) (pull_request) Successful in 1m6s

This commit is contained in:
VampireKitten 2025-04-07 00:58:47 +02:00
parent e903dce307
commit 2c552f7b8a

View File

@ -177,7 +177,7 @@ export const completeQuest = async (inventory: TInventoryDatabaseDocument, quest
await giveKeyChainMissionReward(inventory, { KeyChain: questKey, ChainStage: i }); await giveKeyChainMissionReward(inventory, { KeyChain: questKey, ChainStage: i });
} }
if (questKey == "/Lotus/Types/Keys/NewWarQuest/NewWarQuestKeyChain") { if (questKey == "/Lotus/Types/Keys/OrokinMoonQuest/OrokinMoonQuestKeyChain") {
void createMessage(inventory.accountOwnerId, [ void createMessage(inventory.accountOwnerId, [
{ {
sndr: "/Lotus/Language/Bosses/Ordis", sndr: "/Lotus/Language/Bosses/Ordis",