fix: add missing essence reward to Sunken Temple quest
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m3s
CI / Lint, Build & Test (pull_request) Successful in 1m8s

This commit is contained in:
2026-03-20 09:08:36 -07:00
committed by Naomi Carrigan
parent 24967f0a4d
commit 693a940bf3
+1
View File
@@ -180,6 +180,7 @@ export const defaultQuests: Array<Quest> = [
prerequisiteIds: [ "witch_coven" ],
rewards: [
{ amount: 2_000_000, type: "gold" },
{ amount: 1500, type: "essence" },
{ amount: 75, type: "crystals" },
{ targetId: "knight_1", type: "upgrade" },
],