Skip to content

Commit

Permalink
Fixed crafting drop down to properly show gem crafting
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamKyle committed Dec 12, 2023
1 parent 31cd08d commit 99ba7bc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -40,6 +40,9 @@ export default class CraftingSectionManager {
},{
label: 'Trinketry',
value: 'trinketry',
}, {
label: 'Gem Crafting',
value: 'gem-crafting',
}];

if (!this.component.props.character.is_alchemy_locked) {

0 comments on commit 99ba7bc

Please sign in to comment.