Skip to content

Commit

Permalink
fix tc-opt copy from equipped (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
frzyc authored Jan 24, 2024
1 parent b0b3753 commit 6b12b49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If you have knowledge in some(or any) of those techonology mentioned above, or a

- New characters and content will continue to be added as Genshin updates
- Artifact upgrade damage probability calculator - **Q1 2024**
- Optimal substat solver for TC mode - **Q2 2024**
- ~~Optimal substat solver for TC mode - **Q2 2024**~~

### GO-next

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export default function TabTheorycraft() {
charTC.weapon.level = eWeapon.level
charTC.weapon.ascension = eWeapon.ascension
charTC.weapon.refinement = eWeapon.refinement

charTC.artifact = initCharTC('DullBlade').artifact
const sets = {}
build.forEach((art) => {
if (!art) return
Expand Down

0 comments on commit 6b12b49

Please sign in to comment.