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