🎨 向下兼容

This commit is contained in:
KimigaiiWuyi 2024-11-01 10:51:03 +08:00
parent 22f63f9fdd
commit 77bdbc9d94

View File

@ -327,7 +327,7 @@ async def enka_to_dict(
and effect_raw is not None and effect_raw is not None
and int(effect_raw['rarity']) > 2 and int(effect_raw['rarity']) > 2
): ):
effect = effect_raw[f'r{weapon_info['weaponAffix']}'][ effect = effect_raw[f'r{weapon_info["weaponAffix"]}'][
'description' 'description'
] ]
else: else: