fix 计算队伍等级

This commit is contained in:
luying
2021-01-14 19:17:47 +08:00
parent 13570982f4
commit 65bd59f93b
2 changed files with 1 additions and 2 deletions

View File

@@ -250,7 +250,6 @@ export class PvpHandler {
let { attackInfo, showHeroScores, addSumScore } = myRecInfo
score += addSumScore;
if(score > hisScore) hisScore = score;
let pLv = getLvByScore(heroScores);
const defenseInfo = await generPVPOppRecInfo(isSuccess, curOpp, oppHeroes, role.lv);