1
0
mirror of https://github.com/shiroikitsu8/Bayshore_6r_legacy.git synced 2025-03-01 23:50:28 +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:{ 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
} }
}) })