diff --git a/app/game-api/test/commandTable.test.ts b/app/game-api/test/commandTable.test.ts index a59b120..7c64112 100644 --- a/app/game-api/test/commandTable.test.ts +++ b/app/game-api/test/commandTable.test.ts @@ -54,7 +54,7 @@ const buildGeneral = (): GeneralRow => atmos: 0, age: 25, npcState: 0, - meta: {}, + meta: { killturn: 24 }, }) as unknown as GeneralRow; const buildCity = (): CityRow =>