fix hof ghost place name and gtwing
This commit is contained in:
parent
0919bac68e
commit
6d4a35a0b1
@ -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
|
||||
}
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user