Skip to content

Commit

Permalink
add id in constants
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislav committed Mar 5, 2024
1 parent 45d6175 commit d655e30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/data/parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ function _readRunewords(tsv: any, strings: any): any[] {
id += 26;
}
arr[id] = {
id: id,
n: strings[tsv.lines[i][cName]],
};
}
Expand Down
2 changes: 1 addition & 1 deletion src/data/versions/99_constant_data.ts

Large diffs are not rendered by default.

0 comments on commit d655e30

Please sign in to comment.