parent
5fc0a86b00
commit
2cfe662de8
|
@ -3161,6 +3161,7 @@ public class MapLogic {
|
|||
.setFightSeed(fightResult.getSeed())
|
||||
.setHeroFightInfos(fightResult.getFightTeamInfo())
|
||||
.addAllMonsterList(fightResult.getMonsterTeamList())
|
||||
.setFightType(GameFightType.DailyChallenge.getFightType().getType())
|
||||
.build();
|
||||
int[] checkResult = fightResult.getCheckResult();
|
||||
builder.setFightData(fightData);
|
||||
|
|
|
@ -256,6 +256,7 @@ public class SituationLogic {
|
|||
.setFightSeed(fightResult.getSeed())
|
||||
.setHeroFightInfos(fightResult.getFightTeamInfo())
|
||||
.addAllMonsterList(fightResult.getMonsterTeamList())
|
||||
.setFightType(GameFightType.DailyChallenge.getFightType().getType())
|
||||
.build();
|
||||
int[] checkResult = fightResult.getCheckResult();
|
||||
builder.setFightData(fightData);
|
||||
|
|
Loading…
Reference in New Issue