From f24318603f846d7b224b57f5bfd4d8e11e3e25c3 Mon Sep 17 00:00:00 2001 From: Dev Date: Wed, 21 Aug 2024 21:34:50 +0100 Subject: [PATCH] Fixed flea market not showing items --- project/src/controllers/RagfairController.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/project/src/controllers/RagfairController.ts b/project/src/controllers/RagfairController.ts index 8e531b14..c34ebc5f 100644 --- a/project/src/controllers/RagfairController.ts +++ b/project/src/controllers/RagfairController.ts @@ -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" } }