Skip to content

Commit

Permalink
fix inconsistent level type
Browse files Browse the repository at this point in the history
  • Loading branch information
allmtz committed Jul 26, 2023
1 parent 7e16846 commit f1d06cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/units.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4000,7 +4000,7 @@ export const unitData = [
id: 50,
name: 'Shadow Leech',
playable: false,
level: '1',
level: 1,
realm: 'W',
size: 1,
set: 'α',
Expand Down

0 comments on commit f1d06cd

Please sign in to comment.