失败加一点经验
parent
61abedd19c
commit
6c1eb57c88
|
@ -1694,6 +1694,8 @@ public class MapLogic {
|
||||||
if (levelDifficulty.getState() != Global.FIGHT_CLEARANCE){
|
if (levelDifficulty.getState() != Global.FIGHT_CLEARANCE){
|
||||||
levelDifficulty.setState(Global.FIGHT_OPEND_NO_CLEARANCE);
|
levelDifficulty.setState(Global.FIGHT_OPEND_NO_CLEARANCE);
|
||||||
}
|
}
|
||||||
|
//玩家升级
|
||||||
|
userLevelUp(user,1);
|
||||||
CommonProto.Drop.Builder dropBuilder = CommonProto.Drop.newBuilder();
|
CommonProto.Drop.Builder dropBuilder = CommonProto.Drop.newBuilder();
|
||||||
FightInfoProto.FightEndResponse fightEndResponse = FightInfoProto.FightEndResponse
|
FightInfoProto.FightEndResponse fightEndResponse = FightInfoProto.FightEndResponse
|
||||||
.newBuilder()
|
.newBuilder()
|
||||||
|
|
Loading…
Reference in New Issue