失败加一点经验

back_recharge
gaojie 2019-05-30 16:36:05 +08:00
parent 61abedd19c
commit 6c1eb57c88
1 changed files with 2 additions and 0 deletions

View File

@ -1694,6 +1694,8 @@ public class MapLogic {
if (levelDifficulty.getState() != Global.FIGHT_CLEARANCE){
levelDifficulty.setState(Global.FIGHT_OPEND_NO_CLEARANCE);
}
//玩家升级
userLevelUp(user,1);
CommonProto.Drop.Builder dropBuilder = CommonProto.Drop.newBuilder();
FightInfoProto.FightEndResponse fightEndResponse = FightInfoProto.FightEndResponse
.newBuilder()