Add Crota's End and Warlord's Ruin
This commit is contained in:
parent
0e440a7b33
commit
fefd7117db
|
@ -13,6 +13,10 @@ export const Activities: Array<Activity> = [
|
||||||
{
|
{
|
||||||
name: 'Raids',
|
name: 'Raids',
|
||||||
options: [
|
options: [
|
||||||
|
{
|
||||||
|
name: 'Crota\'s End',
|
||||||
|
maxMembers: 6,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Root of Nightmares',
|
name: 'Root of Nightmares',
|
||||||
maxMembers: 6,
|
maxMembers: 6,
|
||||||
|
@ -46,6 +50,10 @@ export const Activities: Array<Activity> = [
|
||||||
{
|
{
|
||||||
name: 'Dungeons',
|
name: 'Dungeons',
|
||||||
options: [
|
options: [
|
||||||
|
{
|
||||||
|
name: 'Warlord\'s Ruin',
|
||||||
|
maxMembers: 3,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: 'Ghosts of the Deep',
|
name: 'Ghosts of the Deep',
|
||||||
maxMembers: 3,
|
maxMembers: 3,
|
||||||
|
|
Loading…
Reference in New Issue