From 51895033c3e462e05e8b5ce86e71b63147749896 Mon Sep 17 00:00:00 2001 From: Dev Date: Tue, 26 Dec 2023 13:09:38 +0000 Subject: [PATCH] Disable daily scav pickup quests as they're broken, needs investigation and fixing before introducing them again --- project/assets/configs/quest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/project/assets/configs/quest.json b/project/assets/configs/quest.json index e365ca38..64f12c1a 100644 --- a/project/assets/configs/quest.json +++ b/project/assets/configs/quest.json @@ -1552,8 +1552,7 @@ "types": [ "Exploration", "Elimination", - "Completion", - "Pickup" + "Completion" ], "resetTime": 86400, "numQuests": 1,