修正珐露珊获取天赋时Q等级错误的问题

This commit is contained in:
Kokomi 2023-02-20 11:52:13 +08:00
parent f42c53de22
commit b85057239a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -26,7 +26,7 @@
"talentKey": {
"7631": "a",
"7632": "e",
"7633": "q"
"7639": "q"
},
"talentId": {
"10761": 7631,