1
0
mirror of synced 2025-02-22 13:10:26 +01:00

fix highest story consecutive win

This commit is contained in:
ghkkk090 2022-07-25 22:03:18 +07:00
parent 6a70640279
commit fad2647629

View File

@ -82,6 +82,7 @@ export default class GameModule extends Module {
} else {
saveEx.stCompleted100Episodes = car?.stCompleted100Episodes;
}
saveEx.stConsecutiveWinsMax = maxConsecutiveWins;
let c = await prisma.car.update({
where: {