Skip to content

Commit

Permalink
Update arena.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pur1fying committed Feb 1, 2024
1 parent af1a4f3 commit 5c98a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/arena.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def choose_enemy(self):
}
opponent_level_region = {
'CN': (551, 298, 581, 317),
'Global': (551, 298, 581, 317),
'Global': (490, 298, 515, 317),
'JP': (496, 291, 520, 315),
}
self_lv = self.ocr.get_region_num(self.latest_img_array, self_level_region[self.server])
Expand Down

0 comments on commit 5c98a3a

Please sign in to comment.