修复巅峰赛
parent
003c644d6c
commit
66a1236424
|
@ -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()));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue