Fixed flea market not showing items
This commit is contained in:
parent
846960d8bb
commit
f24318603f
@ -220,7 +220,6 @@ export class RagfairController {
|
|||||||
|
|
||||||
for (const offer of offers) {
|
for (const offer of offers) {
|
||||||
offer.intId = ++counter;
|
offer.intId = ++counter;
|
||||||
offer.items[0].parentId = ""; // Without this it causes error: "Item deserialization error: No parent with id hideout found for item x"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user