1
0
mirror of synced 2024-09-24 03:08:26 +02:00

fix hof ghost place name and gtwing

This commit is contained in:
Shiroi Kitsu 2022-11-28 16:29:12 +07:00
parent 0919bac68e
commit 6d4a35a0b1

View File

@ -81,6 +81,10 @@ export default class CarModule extends Module {
let getTargetCar = await prisma.car.findFirst({
where:{
carId: getTarget.opponentCarId
},
include:{
gtWing: true,
lastPlayedPlace: true
}
});