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 {
|
} else {
|
||||||
saveEx.stCompleted100Episodes = car?.stCompleted100Episodes;
|
saveEx.stCompleted100Episodes = car?.stCompleted100Episodes;
|
||||||
}
|
}
|
||||||
|
saveEx.stConsecutiveWinsMax = maxConsecutiveWins;
|
||||||
|
|
||||||
let c = await prisma.car.update({
|
let c = await prisma.car.update({
|
||||||
where: {
|
where: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user