1
0
mirror of synced 2024-12-04 19:17:58 +01:00

update ghost stamp

This commit is contained in:
ghkkk090 2022-09-04 08:21:02 +07:00
parent 427c7539af
commit dbd0e8bfc8

View File

@ -154,6 +154,7 @@ export async function shuttleReturnStamp(body: wm.protobuf.SaveGameResultRequest
where:{
carId: rgResult.opponents![i].carId,
stampTargetCarId: body.carId,
recommended: true
}
})
@ -212,6 +213,7 @@ export async function shuttleReturnStamp(body: wm.protobuf.SaveGameResultRequest
where:{
carId: body.carId,
stampTargetCarId: rgResult.opponents![i].carId,
recommended: false
}
})