Skip to content
Merged

Deploy #1763

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 9 additions & 11 deletions apps/frontend/data/tasks/11-midnight/12-0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,16 +113,6 @@ export const midChores12_0: Task = {
},
],
},
// {
// key: 'midDelves',
// name: '[Dor] Delves',
// minimumLevel: 80,
// icon: iconLibrary.gameDigDug,
// questReset: DbResetType.Weekly,
// questIds: [
// 93909, // Delves: Worldwide Research
// ],
// },
{
key: 'midAbundance',
name: 'Abundance',
Expand Down Expand Up @@ -216,9 +206,17 @@ export const midChores12_0: Task = {
},
],
},
{
key: 'midEchoesRekindled',
name: '[Har] Echoes Rekindled',
icon: iconLibrary.gameSmallFire,
minimumLevel: 83,
questReset: DbResetType.Weekly,
questIds: [92713],
},
{
key: 'midLostLegends',
name: 'Lost Legends',
name: '[Har] Lost Legends',
icon: iconLibrary.gameSecretBook,
minimumLevel: 83,
accountWide: true,
Expand Down
1 change: 1 addition & 0 deletions apps/frontend/shared/icons/library.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export { default as gameSecretBook } from '~icons/game-icons/secret-book';
export { default as gameShield } from '~icons/game-icons/shield';
export { default as gameShirt } from '~icons/game-icons/shirt';
export { default as gameShurikenAperture } from '~icons/game-icons/shuriken-aperture';
export { default as gameSmallFire } from '~icons/game-icons/small-fire';
export { default as gameSpellBook } from '~icons/game-icons/spell-book';
export { default as gameSpiderFace } from '~icons/game-icons/spider-face';
export { default as gameSpikedDragonHead } from '~icons/game-icons/spiked-dragon-head';
Expand Down
Loading