在线奖励bug修改

back_recharge
duhui 2021-08-20 20:27:43 +08:00
parent 08c8b779bc
commit d02218c3b0
1 changed files with 1 additions and 1 deletions

View File

@ -971,9 +971,9 @@ public class CombatLogic {
if(randomReward.length()!=0){ if(randomReward.length()!=0){
reward = reward + "|" + randomReward; reward = reward + "|" + randomReward;
MailLogic.getInstance().sendMail(user.getId(),title,content,reward,time, Global.MAIL_EFFECTIVE_TIME); MailLogic.getInstance().sendMail(user.getId(),title,content,reward,time, Global.MAIL_EFFECTIVE_TIME);
mainLevelManager.afterTakeStateReward(true,0,time);
} }
} }
// mainLevelManager.afterTakeStateReward(true,0,time);
myResult = true; myResult = true;
return this; return this;
} }