1
0
mirror of https://github.com/shiroikitsu8/Bayshore_6r_legacy.git synced 2025-02-07 21:11:19 +01:00

this makes no fucking sense

This commit is contained in:
Rin 2022-07-18 14:49:00 +01:00
parent 82bfe05827
commit 728482a99f

View File

@ -77,16 +77,7 @@ export default class GameModule extends Module {
where: { where: {
carId: body.carId carId: body.carId
}, },
data: { data: saveEx
//stClearBits: body.stResult!.stClearBits,
//tuningPoints: body.stResult!.tuningPoint,
//stPlayCount: body.stResult!.stPlayCount,
//stClearCount: body.stResult!.stClearCount,
//stCompleted100Episodes: body.stResult!.stCompleted_100Episodes,
//stConsecutiveWins: body.stResult!.stConsecutiveWins,
//stConsecutiveWinsMax: maxConsecutiveWins,
...saveEx
}
}); });
console.log(c); console.log(c);
break; break;