在线奖励bug修改
parent
08c8b779bc
commit
d02218c3b0
|
@ -971,9 +971,9 @@ public class CombatLogic {
|
|||
if(randomReward.length()!=0){
|
||||
reward = reward + "|" + randomReward;
|
||||
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;
|
||||
return this;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue