feat(engine): migrate monthly nation statistics
This commit is contained in:
@@ -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 = (
|
||||
|
||||
Reference in New Issue
Block a user