1
1
mirror of https://github.com/Burn-E99/GroupUp.git synced 2026-06-04 08:53:49 -04:00

Add Crota's End and Warlord's Ruin (#1)

* Add Crota's End and Warlord's Ruin

* Update version in README

* Update config.example.ts
This commit is contained in:
David Lau
2024-05-18 18:38:04 -04:00
committed by GitHub
parent d8b5f010c2
commit f1767c915c
3 changed files with 10 additions and 2 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,