Skip to content

Commit

Permalink
fix enka em typo (#1726)
Browse files Browse the repository at this point in the history
  • Loading branch information
srliao authored Sep 27, 2023
1 parent c33d10a commit 779cb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/packages/ui/src/Pages/Simulator/Components/util.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const GOODStatToIndexMap: { [key in string]: number } = {
atk: 5,
atk_: 6,
enerRech_: 7,
elesMas: 8,
eleMas: 8,
critRate_: 9,
critDMG_: 10,
heal: 11,
Expand Down

0 comments on commit 779cb2d

Please sign in to comment.