Skip to content

Commit

Permalink
UPDATE :: use champion id on ban as well for new square img
Browse files Browse the repository at this point in the history
  • Loading branch information
Cinzya committed Feb 26, 2023
1 parent eba2243 commit e48da49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/state/converter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const convertTeam = (kwargs: {
splashCenteredImg: champion ? champion.splashCenteredImg : '',
squareImg: champion ? champion.squareImg : '',
square256Img: champion
? '/assets/256x256/' + champion.name + '_256x256.png'
? '/assets/256x256/' + champion.id + '_256x256.png'
: '',
};

Expand Down

0 comments on commit e48da49

Please sign in to comment.