Skip to content

Commit

Permalink
fix: yatta ignore avatar 1311
Browse files Browse the repository at this point in the history
  • Loading branch information
omg-xtao committed Nov 14, 2023
1 parent 48b5b75 commit 64221e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res_func/yatta/avatar.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def get_all_avatars_skills_icons(avatars: List[YattaAvatar]):
local_path = ["basic_atk", "skill", "talent", "technique", "ultimate"]
tasks = []
for avatar in avatars:
if avatar.id in [8002, 8004]:
if avatar.id in [8002, 8004, 1311]:
continue
for i in range(len(remote_path)):
tasks.append(
Expand Down

0 comments on commit 64221e7

Please sign in to comment.