fix: 신규 오픈 시각과 게임 시계 원점을 정확히 보존

This commit is contained in:
2026-09-07 01:48:23 +00:00
parent 69f461612d
commit b2be86a9a2
4 changed files with 117 additions and 13 deletions
@@ -71,7 +71,8 @@ describeDatabase('selected workspace profile seed CLI', () => {
const world = await connector.prisma.worldState.findFirstOrThrow();
expect(world).toMatchObject({
scenarioCode: '1010',
clockWallAnchor: new Date('2036-03-03T02:11:00.000Z'),
clockWallAnchor: new Date('2036-03-03T02:10:30.000Z'),
clockBaseTime: new Date('2036-03-03T02:10:30.000Z'),
clockPhase: 'PREOPEN',
meta: {
firstGameIdx: 0,