Skip to content

Commit 819ea09

Browse files
authored
fix: support Mannequin boy and girl
1 parent fdb480f commit 819ea09

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,9 @@ async def main():
339339
})
340340

341341
if avatar["iconName"].endswith("_PlayerBoy") or \
342-
avatar["iconName"].endswith("_PlayerGirl"):
342+
avatar["iconName"].endswith("_PlayerGirl") or \
343+
avatar["iconName"].endswith("_MannequinBoy") or \
344+
avatar["iconName"].endswith("_MannequinGirl"):
343345
LOGGER.debug("Getting skill (candSkillDepotIds): {}...".format(avatar["candSkillDepotIds"]))
344346

345347
for cand_depot in avatar["candSkillDepotIds"]:

0 commit comments

Comments
 (0)