Fixed flea market not showing items

This commit is contained in:
Dev 2024-08-21 21:34:50 +01:00
parent 846960d8bb
commit f24318603f

View File

@ -220,7 +220,6 @@ export class RagfairController {
for (const offer of offers) {
offer.intId = ++counter;
offer.items[0].parentId = ""; // Without this it causes error: "Item deserialization error: No parent with id hideout found for item x"
}
}