首次挑战成功时改为不消耗次数

back_recharge
duhui 2021-04-21 11:30:04 +08:00
parent 2c92ff12e6
commit c05d0ea2b6
1 changed files with 0 additions and 1 deletions

View File

@ -3137,7 +3137,6 @@ public class MapLogic {
CommonProto.Drop.Builder drop = ItemUtil.drop(user, sDailyChallengeConfig.getReward(), 1, 0, 1);
builder.setDrop(drop);
playerInfoManager.addDailyPass(id);
consumeCount = true;
}else{
isFailed = true;
}