get ghost trail req but saving still broken
This commit is contained in:
parent
c6fb8434e4
commit
d2bdc75e6f
@ -748,7 +748,7 @@ export default class GameModule extends Module {
|
|||||||
saveEx.tuneHandling = body.ghost?.car.tuneHandling!;
|
saveEx.tuneHandling = body.ghost?.car.tuneHandling!;
|
||||||
}
|
}
|
||||||
|
|
||||||
await prisma.carCrown.create({
|
await prisma.ghostTrail.create({
|
||||||
data: saveEx
|
data: saveEx
|
||||||
});
|
});
|
||||||
//----------------------------------------------------------
|
//----------------------------------------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user