Skip to content

Commit

Permalink
fixed arena displays, added to legacy. not filterable
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkIntaqt committed May 17, 2024
1 parent f0bb976 commit 47a2b6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ const config = {
"4": "https://cdn.darkintaqt.com/lol/static/challenges/teamwork.svg",
"600006": legacy,
"0": legacy,
"601000": "https://lolcdn.darkintaqt.com/cdn/arena.png",
"601000": legacy, //"https://lolcdn.darkintaqt.com/cdn/arena.png",
"602000": legacy, //"https://lolcdn.darkintaqt.com/cdn/arena.png",
"2022000": "https://cdn.darkintaqt.com/lol/static/challenges/2022seasonal.svg",
"seasonal-retired": "https://cdn.darkintaqt.com/lol/static/challenges/retired.svg",
"2023000": "https://cdn.darkintaqt.com/lol/static/challenges/2023seasonal.svg",
Expand Down
2 changes: 1 addition & 1 deletion src/module/Challenges.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ class Challenges extends Component {
}
}

if (enabled["isAram"] && enabled["isSR"] && enabled["isAram"]) {
if (enabled["isAram"] && enabled["isSR"] && enabled["isArena"]) {
queueIds.push(<div key={"all " + i}>
<p>All modes</p>
<img key={0} src="https://cdn.darkintaqt.com/lol/static/lanes/FILL.png" alt="All modes" />
Expand Down

0 comments on commit 47a2b6b

Please sign in to comment.