Skip to content

Commit

Permalink
Update Client.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gaithern committed Dec 19, 2023
1 parent a6462cc commit 2b9508b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/lol/Client.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def get_collected_item_ids():
def get_game_mode_offset(game_mode):
if game_mode == "ARAM":
return 5652000000
elif game_mode == "ARENA":
elif game_mode == "CHERRY":
return 5653000000
else:
return 5651000000
Expand Down

0 comments on commit 2b9508b

Please sign in to comment.