From 77c6b400e61d3b67904743b02af5a568eced2d83 Mon Sep 17 00:00:00 2001 From: Bryan Henry Date: Sat, 25 Jun 2022 13:02:43 -0700 Subject: [PATCH] Add Duality dungeon to activity list --- src/activity.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/activity.rs b/src/activity.rs index 50d12dd..9297b8c 100644 --- a/src/activity.rs +++ b/src/activity.rs @@ -101,6 +101,7 @@ define_activities! { DeepStoneCrypt: ("Deep Stone Crypt", "dsc", Raid, 6), GardenOfSalvation: ("Garden of Salvation", "gos", Raid, 6), LastWish: ("Last Wish", "lw", Raid, 6), + Duality: ("Duality", "dual", Dungeon, 3), GraspOfAvarice: ("GraspOfAvarice", "goa", Dungeon, 3), Prophecy: ("Prophecy", "proph", Dungeon, 3), PitOfHeresy: ("Pit of Heresy", "pit", Dungeon, 3),