jenkins:修复测试不通过bug
This commit is contained in:
@@ -240,7 +240,7 @@ async function matchRobot(oppPlayers: OppPlayer[], role: RoleType, score: number
|
||||
if (!dicHero) continue;
|
||||
let heroInfo = new PvpHeroInfo();
|
||||
let { attribute, ce, lv } = getRobotAttribute(actorId, ratio, score);
|
||||
heroInfo.setRobotInfo(actorId, lv);
|
||||
heroInfo.setRobotInfo(dicHero, lv);
|
||||
defCe += ce;
|
||||
heroInfo.setAttribute(attribute);
|
||||
let enemy = new PvpEnemies(h, heroInfo, 0, ce);
|
||||
|
||||
Reference in New Issue
Block a user