养成:升星bug

This commit is contained in:
luying
2021-09-03 15:46:45 +08:00
parent a59735cd2e
commit e29cc91c47
2 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ export function getInitRoleInfo() {
}
}
let initRole: RoleUpdate = { topLineupCe, topLineup, attr: roleAttr, ce: allCe, lv: DEFAULT_LV, exp: getHeroExpByLv(DEFAULT_HERO_LV - 1) || 0, heroNum, heroNumUpdatedAt: Date.now(), heads, frames, spines };
let initRole: RoleUpdate = { topLineupCe, topLineup, attr: roleAttr, ce: allCe, heroNum, heroNumUpdatedAt: Date.now(), heads, frames, spines };
return {
role: initRole, heroes, skins: initSkins, figureInfo
}