diff --git a/apps/api/src/data/quests.ts b/apps/api/src/data/quests.ts index cff4bf1..ae243b9 100644 --- a/apps/api/src/data/quests.ts +++ b/apps/api/src/data/quests.ts @@ -180,6 +180,7 @@ export const defaultQuests: Array = [ prerequisiteIds: [ "witch_coven" ], rewards: [ { amount: 2_000_000, type: "gold" }, + { amount: 1500, type: "essence" }, { amount: 75, type: "crystals" }, { targetId: "knight_1", type: "upgrade" }, ],