This commit is contained in:
Cay 2026-03-12 14:19:32 +00:00
parent 8b23584aa0
commit 708d9ef526

2
app.js
View File

@ -111,7 +111,7 @@ app.get("/api/building/:id", async (req, res) => {
nextLevelPoints: nextLevel[0]?.required_points || null,
description: info[0].description,
history: info[0].history,
upgradeCost: `${nextLevel[0]?.wood} Holz, ${nextLevel[0]?.stone} Stein`,
upgradeCost: `${nextLevel[0]?.wood} Holz, ${nextLevel[0]?.stone} Stein, ${nextLevel[0]?.gold} Gold`,
});
} catch (err) {
console.error(err);