错误码

back_recharge
mashiyu 2019-03-22 18:57:17 +08:00
parent 7a779b3ee3
commit ce3a58641a
1 changed files with 2 additions and 0 deletions

View File

@ -738,6 +738,7 @@ public class MapLogic {
CommonProto.Drop.Builder dropBuilder = CommonProto.Drop.newBuilder();
FightInfoProto.FightEndResponse fightEndResponse = FightInfoProto.FightEndResponse
.newBuilder()
.setResult(resultCode)
.setDrop(dropBuilder)
.addAllRemainHpList(remainHp)
.build();
@ -756,6 +757,7 @@ public class MapLogic {
FightInfoProto.FightEndResponse fightEndResponse = FightInfoProto.FightEndResponse
.newBuilder()
.setDrop(drop)
.setResult(resultCode)
.addAllRemainHpList(remainHp)
.build();
MessageUtil.sendMessage(session, 1, messageType.getNumber(), fightEndResponse, true);