update ghost stamp
This commit is contained in:
parent
427c7539af
commit
dbd0e8bfc8
@ -154,6 +154,7 @@ export async function shuttleReturnStamp(body: wm.protobuf.SaveGameResultRequest
|
|||||||
where:{
|
where:{
|
||||||
carId: rgResult.opponents![i].carId,
|
carId: rgResult.opponents![i].carId,
|
||||||
stampTargetCarId: body.carId,
|
stampTargetCarId: body.carId,
|
||||||
|
recommended: true
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
@ -212,6 +213,7 @@ export async function shuttleReturnStamp(body: wm.protobuf.SaveGameResultRequest
|
|||||||
where:{
|
where:{
|
||||||
carId: body.carId,
|
carId: body.carId,
|
||||||
stampTargetCarId: rgResult.opponents![i].carId,
|
stampTargetCarId: rgResult.opponents![i].carId,
|
||||||
|
recommended: false
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user