mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
修正miaoApi命座获取问题
This commit is contained in:
parent
ff57246610
commit
b3f43caeee
@ -77,7 +77,7 @@ let Miao = {
|
||||
attr: Miao.getAttr(ds.combatValue),
|
||||
weapon: Miao.getWeapon(ds.weapon),
|
||||
artis: Miao.getArtifact(ds.reliquary),
|
||||
cons: ds.promoteLevel || 0,
|
||||
cons: ds.constellationNum || 0,
|
||||
talent: Miao.getTalent(char.id, ds.skill),
|
||||
_priority: 10
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user