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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user