From e81e60b54353da6a347cb9345fe9bc4f843d645c Mon Sep 17 00:00:00 2001 From: Matt <33199242+Matt-Swift@users.noreply.github.com> Date: Wed, 4 Oct 2023 03:03:20 +0100 Subject: [PATCH] Unhide VR category for V1/2 --- system/config.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/config.example.json b/system/config.example.json index 78bdaa15..830f4a16 100644 --- a/system/config.example.json +++ b/system/config.example.json @@ -472,7 +472,7 @@ [0x21, "q", "ext", "Extermination", "$E$C6Quests that involve\ndestroying all\nmonsters"], [0x21, "q", "evt", "Events", "$E$C6Quests that are part\nof an event"], [0x21, "q", "shp", "Shops", "$E$C6Quests that contain\nshops"], - [0xA1, "q", "vr", "Virtual Reality", "$E$C6Quests that are\ndone in a simulator"], + [0x21, "q", "vr", "Virtual Reality", "$E$C6Quests that are\ndone in a simulator"], [0xA1, "q", "twr", "Control Tower", "$E$C6Quests that take\nplace at the Control\nTower"], [0x02, "b", "", "Battle", "$E$C6Battle mode rule\nsets"], [0x04, "c", "", "Challenge (Episode 1)", "$E$C6Challenge mode\nquests in Episode 1"],