战力:替换新方法
This commit is contained in:
@@ -83,7 +83,6 @@ export class CreateHeroes {
|
||||
let ces = calCe.calHeroCe(); // 战力
|
||||
for(let hero of this.heroes) {
|
||||
hero.ce = ces.get(hero.hid)||0;
|
||||
hero.historyCe = hero.ce;
|
||||
this.incRoleCe += hero.ce;
|
||||
}
|
||||
this.roleCe = calCe.getRoleCeTable();
|
||||
|
||||
Reference in New Issue
Block a user