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",