We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdb480f commit 819ea09Copy full SHA for 819ea09
main.py
@@ -339,7 +339,9 @@ async def main():
339
})
340
341
if avatar["iconName"].endswith("_PlayerBoy") or \
342
- avatar["iconName"].endswith("_PlayerGirl"):
+ avatar["iconName"].endswith("_PlayerGirl") or \
343
+ avatar["iconName"].endswith("_MannequinBoy") or \
344
+ avatar["iconName"].endswith("_MannequinGirl"):
345
LOGGER.debug("Getting skill (candSkillDepotIds): {}...".format(avatar["candSkillDepotIds"]))
346
347
for cand_depot in avatar["candSkillDepotIds"]:
0 commit comments