feat(engine): migrate monthly nation statistics

This commit is contained in:
2026-07-25 21:57:10 +00:00
parent 6adb5aa52b
commit 3aa0163755
7 changed files with 765 additions and 27 deletions
+4 -1
View File
@@ -516,7 +516,10 @@ const buildNationUpdate = (
rice: nation.rice,
level: nation.level,
typeCode: nation.typeCode,
meta: asJson(nation.meta),
meta: asJson({
...nation.meta,
power: nation.power,
}),
});
const buildTroopUpdate = (