1
0
mirror of https://github.com/shiroikitsu8/Bayshore_6r_legacy.git synced 2024-12-02 19:17:24 +01:00

fix crown ghost saving bug

This commit is contained in:
ghkkk090 2022-07-31 13:30:50 +07:00
parent 6e3bddd018
commit d3abffa233

View File

@ -758,18 +758,16 @@ export default class GameModule extends Module {
if(gCount){
let gdbId = gCount.dbId;
await prisma.ghostTrail.update({
await prisma.ghostTrail.delete({
where: {
dbId: gdbId
},
data: saveEx
});
}
else{
await prisma.ghostTrail.create({
data: saveEx
}
});
}
await prisma.ghostTrail.create({
data: saveEx
});
await prisma.carCrown.update({
where: {