天赋:缺省
This commit is contained in:
@@ -93,8 +93,8 @@ export class HeroParam {
|
||||
for(let skin of hero.skins) {
|
||||
this.skins.push(new HeroSKinParam(skin));
|
||||
if(skin.enable) {
|
||||
this.talent = skin.talent;
|
||||
this.usedTalentPoint = skin.usedTalentPoint;
|
||||
this.talent = skin.talent||[];
|
||||
this.usedTalentPoint = skin.usedTalentPoint||0;
|
||||
}
|
||||
}
|
||||
this.ePlace = hero.ePlace;
|
||||
|
||||
Reference in New Issue
Block a user