Skip to content

Commit

Permalink
<jx3>[feat]fix zone achievement
Browse files Browse the repository at this point in the history
  • Loading branch information
HornCopper committed Sep 13, 2024
1 parent d0ca664 commit 3093bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/jx3/achievement/v1_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ async def zone_achi(
else:
guid = personal_data["data"]["globalRoleId"]
map_id = await get_map(zone_, mode_)
if not isinstance(map_id, int):
if not isinstance(map_id, str):
return
param = {
"cursor": 0,
Expand Down

0 comments on commit 3093bbb

Please sign in to comment.