Skip to content

Commit

Permalink
Add task templates to the All category.
Browse files Browse the repository at this point in the history
  • Loading branch information
Damnae committed Feb 2, 2024
1 parent 34aca0c commit ab81771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/navigation-main/CommitNav.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
const tabs:{[key:string]: any} =
{
All: ['Avatar', 'Monster', 'BattleEvent', 'Equipment', 'RelicSet', 'Status', 'Ability', 'Modifier', 'RogueBuff', 'RogueMiracle', 'Misc'],
All: ['Avatar', 'Monster', 'BattleEvent', 'Equipment', 'RelicSet', 'Status', 'Ability', 'Modifier', 'RogueBuff', 'RogueMiracle', 'TaskTemplate', 'Misc'],
Players: ['Avatar', 'Equipment', 'RelicSet'],
NPC: ['Monster', 'BattleEvent'],
Global: ['Status', 'Ability', 'Modifier', 'TaskTemplate'],
Expand Down

0 comments on commit ab81771

Please sign in to comment.