Skip to content

Commit

Permalink
Update comps
Browse files Browse the repository at this point in the history
  • Loading branch information
anthony5301 authored Mar 23, 2024
1 parent 8c64c87 commit 4f4134b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions comps.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
COMP = {
"Irelia": {
"board_position": 6,
"items": ["GiantsBelt", "GuinsoosRageblade", "InfinityEdge"],
"items": ["GiantSlayer", "GuinsoosRageblade", "InfinityEdge"],
"level": 3,
"final_comp": True
},
Expand All @@ -24,7 +24,7 @@
},
"Sivir": {
"board_position": 5,
"items": ["GiantsBelt", "GuinsoosRageblade", "InfinityEdge"],
"items": ["GiantSlayer", "GuinsoosRageblade", "InfinityEdge"],
"level": 2,
"final_comp": True
},
Expand Down

0 comments on commit 4f4134b

Please sign in to comment.