Fix items disappearing after repair
This commit is contained in:
parent
72e4d91185
commit
956397864c
@ -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: "",
|
||||
|
Loading…
Reference in New Issue
Block a user