Fix items disappearing after repair

This commit is contained in:
Dev 2023-12-21 09:31:07 +00:00
parent 72e4d91185
commit 956397864c

View File

@ -121,7 +121,10 @@ export class RepairService
): void
{
const options: IProcessBuyTradeRequestData = {
scheme_items: [{ id: repairedItemId, count: Math.round(repairCost) }],
scheme_items: [{
id: "5449016a4bdc2d6f028b456f", // Rouble tpl
count: Math.round(repairCost)
}],
tid: traderId,
Action: "SptRepair",
type: "",