From 8e8b97ac26eaf41a776f1d601570e02de16e2f36 Mon Sep 17 00:00:00 2001 From: Dev Date: Fri, 22 Nov 2024 20:38:19 +0000 Subject: [PATCH] Added `Global Threat` to event quest array --- project/assets/configs/quest.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/project/assets/configs/quest.json b/project/assets/configs/quest.json index 724eb355..ad668d42 100644 --- a/project/assets/configs/quest.json +++ b/project/assets/configs/quest.json @@ -220,6 +220,13 @@ "season": "halloween", "startTimestamp": 1341615600000, "endTimestamp": "", + "yearly": true + }, + "67190f6c1b3f4964d90d71e9": { + "name": "Global Threat", + "season": "halloween", + "startTimestamp": 1341615600000, + "endTimestamp": "", "yearly": true } },