diff --git a/apps/api/src/data/quests.ts b/apps/api/src/data/quests.ts index dc526f7..5058d60 100644 --- a/apps/api/src/data/quests.ts +++ b/apps/api/src/data/quests.ts @@ -265,9 +265,9 @@ export const defaultQuests: Array = [ name: "The Sunken Temple", prerequisiteIds: [ "witch_coven" ], rewards: [ - { amount: 2_000_000, type: "gold" }, - { amount: 1500, type: "essence" }, - { amount: 75, type: "crystals" }, + { amount: 60_000_000, type: "gold" }, + { amount: 25_000, type: "essence" }, + { amount: 400, type: "crystals" }, ], status: "locked", zoneId: "shadow_marshes",