Skip to content

Commit

Permalink
Add Forgewright and Forgecraft
Browse files Browse the repository at this point in the history
  • Loading branch information
O4epegb committed Nov 19, 2024
1 parent 4a66717 commit d8d6eca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/api/prisma/seedData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ export const data = {
['Br', 'Brigand'],
['CA', 'Cinder Acolyte'],
['Re', 'Reaver'],
['Fw', 'Forgewright'],
['Tm', 'Transmuter', false],
['He', 'Healer', false],
['Sk', 'Skald', false],
Expand Down
1 change: 1 addition & 0 deletions apps/api/src/app/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export const skills = orderBy(
{ name: 'Poison Magic', trunk: true },
{ name: 'Invocations', trunk: true },
{ name: 'Evocations', trunk: true },
{ name: 'Forgecraft', trunk: true },
],
[(x) => x.trunk, (x) => x.name],
['desc', 'asc'],
Expand Down

0 comments on commit d8d6eca

Please sign in to comment.