fix highest story consecutive win
This commit is contained in:
parent
6a70640279
commit
fad2647629
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user