在线奖励bug修改
parent
08c8b779bc
commit
d02218c3b0
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue