mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
修复无属性旅行者的天赋及命座展示错误
This commit is contained in:
parent
73c69f784d
commit
5f924c3a4e
@ -26,7 +26,7 @@ class Character extends Base {
|
||||
this.meta = meta
|
||||
for (let key of this._dataKey.split(',')) {
|
||||
if (key === 'elem') {
|
||||
this.elem = elem || meta.elem
|
||||
this.elem = CharId.getElem(elem || meta.elem) || 'anemo'
|
||||
} else {
|
||||
this[key] = meta[key]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user