From 77906b7a57419dfcfddbc2b6f3e40b58202ffade Mon Sep 17 00:00:00 2001 From: Martin Michelsen Date: Wed, 29 Nov 2023 22:51:02 -0800 Subject: [PATCH] update example config --- system/config.example.json | 8 ++++---- tests/config.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/system/config.example.json b/system/config.example.json index 2299d46f..81adfaa0 100644 --- a/system/config.example.json +++ b/system/config.example.json @@ -615,14 +615,14 @@ "PrerequisiteKeys": ["Members70Leaders8"], "RewardFlag": 0x00000020, }, { - "Key": "PointOfDisaster", + "Key": "PointOfDisasterQuest", "Name": "Quest: Point of Disaster", "Description": "Unlock the quest\nPoint of Disaster\nfor your team", "Points": 1000, }, { - "Key": "ToysTwilight", - "Name": "Quest: Toys Twilight", - "Description": "Unlock the quest\nToys Twilight\nfor your team", + "Key": "TheRobotsReckoningQuest", + "Name": "Quest: The Robots' Reckoning", + "Description": "Unlock the quest\nThe Robots' Reckoning\nfor your team", "Points": 1000, }, { "Key": "CommanderBlade", diff --git a/tests/config.json b/tests/config.json index bb73dccb..a1795316 100644 --- a/tests/config.json +++ b/tests/config.json @@ -226,14 +226,14 @@ "PrerequisiteKeys": ["Members70Leaders8"], "RewardFlag": 0x00000020, }, { - "Key": "PointOfDisaster", + "Key": "PointOfDisasterQuest", "Name": "Quest: Point of Disaster", "Description": "Unlock the quest\nPoint of Disaster\nfor your team", "Points": 1000, }, { - "Key": "ToysTwilight", - "Name": "Quest: Toys Twilight", - "Description": "Unlock the quest\nToys Twilight\nfor your team", + "Key": "TheRobotsReckoningQuest", + "Name": "Quest: The Robots' Reckoning", + "Description": "Unlock the quest\nThe Robots' Reckoning\nfor your team", "Points": 1000, }, { "Key": "CommanderBlade",