mirror of
https://github.com/yoimiya-kokomi/miao-plugin.git
synced 2024-11-16 04:35:42 +00:00
修正珐露珊获取天赋时Q等级错误的问题
This commit is contained in:
parent
f42c53de22
commit
b85057239a
@ -50,7 +50,7 @@ let Avatar = {
|
||||
let data = {}
|
||||
let custom = char.isCustom
|
||||
let isRelease = char.isRelease
|
||||
if (isRelease) {
|
||||
if (isRelease && avatar.hasData) {
|
||||
data = avatar.getDetail()
|
||||
data.imgs = char.imgs
|
||||
data.source = avatar._source
|
||||
|
@ -26,7 +26,7 @@
|
||||
"talentKey": {
|
||||
"7631": "a",
|
||||
"7632": "e",
|
||||
"7633": "q"
|
||||
"7639": "q"
|
||||
},
|
||||
"talentId": {
|
||||
"10761": 7631,
|
||||
|
Loading…
Reference in New Issue
Block a user