easrh
This commit is contained in:
parent
8b23584aa0
commit
708d9ef526
2
app.js
2
app.js
@ -111,7 +111,7 @@ app.get("/api/building/:id", async (req, res) => {
|
|||||||
nextLevelPoints: nextLevel[0]?.required_points || null,
|
nextLevelPoints: nextLevel[0]?.required_points || null,
|
||||||
description: info[0].description,
|
description: info[0].description,
|
||||||
history: info[0].history,
|
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) {
|
} catch (err) {
|
||||||
console.error(err);
|
console.error(err);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user