修复巅峰赛

back_recharge
lvxinran 2021-06-17 00:16:46 +08:00
parent 003c644d6c
commit 66a1236424
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public class ChampinGetHandler extends BaseHandler {
}
}
if (fightResult != -1) {
if (fightResult != -1&&arenaRecord.getFightData()!=null) {
builder1.setFightData(CommonProto.FightData.parseFrom(arenaRecord.getFightData()));
}