Skip to content

Commit

Permalink
fix(ui): collect inn gifts task should be available
Browse files Browse the repository at this point in the history
  • Loading branch information
aentwist committed Jun 7, 2024
1 parent d7e6835 commit a3a03bc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ui/src/stores/task.ts
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,13 @@ const initialState: TaskSliceState = [
},
],
},
{
fn: "collect_inn_gifts",
name: "Collect Inn gifts",
type: TaskType.GENERAL,
defaultIsSelected: true,
isSelected: true,
},

{
fn: "battle_guild_hunts",
Expand Down

0 comments on commit a3a03bc

Please sign in to comment.