mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
修正Enka下莫娜的A天赋获取错误
This commit is contained in:
parent
ea28dcc542
commit
1908e2b634
@ -174,7 +174,7 @@ let EnkaData = {
|
||||
} else {
|
||||
key = ['a', 'e', 'q'][idx++]
|
||||
}
|
||||
ret[key] = {
|
||||
ret[key] = ret[key] || {
|
||||
original: lv
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user