fix: 신규 오픈 시각과 게임 시계 원점을 정확히 보존
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user