Skip to content

Commit

Permalink
Update bankImage.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
gc authored Feb 19, 2024
1 parent a300bc8 commit 3512a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/bankImage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const forcedShortNameMap = new Map<number, string>([
[i('Divination Potion'), 'div'],
[i('Elder logs'), 'Elder'],
[i('Clue scroll (grandmaster)'), 'grandmaster'],
[i('Reward casket (grandmaster)'), 'grandmaster']
[i('Reward casket (grandmaster)'), 'grandmaster'],
[i('Atomic energy'), 'Atomic']
]);

Expand Down

0 comments on commit 3512a8d

Please sign in to comment.