1
0
mirror of synced 2025-01-31 04:03:46 +01:00

ghost level saving

This commit is contained in:
ghkkk090 2022-09-11 16:33:45 +07:00
parent 4f275d383f
commit 0add6f57c9

View File

@ -173,6 +173,7 @@ export default class GameModule extends Module {
windowSticker: body.car!.windowSticker!, windowSticker: body.car!.windowSticker!,
lastPlayedAt: timestamps, lastPlayedAt: timestamps,
regionId: body.car!.regionId!, regionId: body.car!.regionId!,
ghostLevel: body.car!.ghostLevel!,
rgStamp: common.sanitizeInputNotZero(body.rgResult?.rgStamp), rgStamp: common.sanitizeInputNotZero(body.rgResult?.rgStamp),
stampSheetCount: common.sanitizeInputNotZero(body.rgResult?.stampSheetCount) stampSheetCount: common.sanitizeInputNotZero(body.rgResult?.stampSheetCount)
} }