thesadru/genshinstats

genshinstats.get_spiral_abyss() method returns Yanfei character name as 'Feiyan'

CustomIcon opened this issue · 1 comments

i assume this is how they do in chinese, but here is my output:
image

also charcter icon too haha:
https://upload-os-bbs.mihoyo.com/game_record/genshin/character_icon/UI_AvatarIcon_Feiyan.png

Yup, that's a problem with how Mihoyo handles the endpoint. Normally you only get returned the character's id, rarity, and icon, I have to get the name by pulling it out of the icon. Multiple other characters already have this issue so I can just add it for Yanfei no problem.
Thanks for informing me.