Add Crota's End and Warlord's Ruin

This commit is contained in:
David Lau 2024-05-04 13:03:15 -04:00 committed by GitHub
parent 0e440a7b33
commit fefd7117db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 0 deletions

View File

@ -13,6 +13,10 @@ export const Activities: Array<Activity> = [
{
name: 'Raids',
options: [
{
name: 'Crota\'s End',
maxMembers: 6,
},
{
name: 'Root of Nightmares',
maxMembers: 6,
@ -46,6 +50,10 @@ export const Activities: Array<Activity> = [
{
name: 'Dungeons',
options: [
{
name: 'Warlord\'s Ruin',
maxMembers: 3,
},
{
name: 'Ghosts of the Deep',
maxMembers: 3,