fix: return authoritative materials from craft API to prevent client desync
CI / Lint, Build & Test (pull_request) Failing after 1m15s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m16s

Closes #128
This commit is contained in:
2026-03-24 12:15:23 -07:00
committed by Naomi Carrigan
parent b85126c345
commit e808d92909
3 changed files with 14 additions and 10 deletions
+1
View File
@@ -400,6 +400,7 @@ interface CraftRecipeResponse {
craftedEssenceMultiplier: number;
craftedClickMultiplier: number;
craftedCombatMultiplier: number;
materials: Array<{ materialId: string; quantity: number }>;
}
interface ForceUnlocksResponse {