From d3ab8d8826023414fa451f794d4572b9bded8ace Mon Sep 17 00:00:00 2001 From: CWX Date: Tue, 3 Sep 2024 06:50:36 +0000 Subject: [PATCH] Remove "refreshOffers" prop (!406) Drakia found a commit adding this, this will bork it till a refresh happens, removing fixes the issue Reviewed-on: https://dev.sp-tarkov.com/SPT/Server/pulls/406 Co-authored-by: CWX Co-committed-by: CWX --- .../database/traders/54cb50c76803fa8b248b4571/base.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/project/assets/database/traders/54cb50c76803fa8b248b4571/base.json b/project/assets/database/traders/54cb50c76803fa8b248b4571/base.json index 10c2fe44..4fa32d41 100644 --- a/project/assets/database/traders/54cb50c76803fa8b248b4571/base.json +++ b/project/assets/database/traders/54cb50c76803fa8b248b4571/base.json @@ -122,6 +122,5 @@ "category": [], "id_list": [] }, - "unlockedByDefault": true, - "refreshTraderRagfairOffers": false -} + "unlockedByDefault": true +} \ No newline at end of file