Merge branch 'master_online_gn' into master_test_gn
# Conflicts: # serverlogic/src/main/java/com/ljsd/jieling/logic/family/GuildChallengeLogic.javaback_recharge
commit
d080a9a0d8
|
@ -1332,7 +1332,7 @@ public class MapLogic {
|
|||
.newBuilder()
|
||||
.setResult(resultCode)
|
||||
.setEnventDrop(dropBuilder)
|
||||
.addAllRemainHpList(remainHp)
|
||||
// .addAllRemainHpList(remainHp)
|
||||
.setEssenceValue(mapManager.getTrialInfo().getEnergy())
|
||||
.setLastXY(mapManager.getLastXY())
|
||||
.build();
|
||||
|
@ -1384,7 +1384,7 @@ public class MapLogic {
|
|||
}
|
||||
fastFightResponse.setEnventDrop(drop.build());
|
||||
fastFightResponse.setResult(resultCode);
|
||||
fastFightResponse.addAllRemainHpList(remainHp);
|
||||
// fastFightResponse.addAllRemainHpList(remainHp);
|
||||
fastFightResponse.setEssenceValue(mapManager.getTrialInfo().getEnergy());
|
||||
fastFightResponse.build();
|
||||
|
||||
|
|
|
@ -342,7 +342,11 @@ public class GuildChallengeLogic {
|
|||
otherIndication.setIsRefresh(1);//需要前端刷新次数
|
||||
}
|
||||
if(isession!=null){
|
||||
<<<<<<< HEAD
|
||||
LOGGER.info("向{}发送indication",sendUid);
|
||||
=======
|
||||
// LOGGER.info("向{}发送indication",sendUid);
|
||||
>>>>>>> master_online_gn
|
||||
MessageUtil.sendIndicationMessage(isession,1,MessageTypeProto.MessageType.GUILD_CHALLENGE_INDICATION_VALUE,otherIndication.build(),true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue