Skip to content

Commit

Permalink
fix: missing imageName on abilities
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno committed Aug 26, 2024
1 parent 603fbc2 commit 0373e00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/caches/Items.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const makeLanguageCache = (language) => {
uniqueName: ability.abilityUniqueName || ability.uniqueName || undefined,
name: ability.abilityName || ability.name,
description: ability.abilityDescription || ability.description,
imageName: ability.imageName ?? undefined,
}));
}
delete itemClone.i18n;
Expand Down

0 comments on commit 0373e00

Please sign in to comment.