跨服灵妙秘境

xuexinpeng 2021-11-22 17:59:49 +08:00
parent 9e8a57674c
commit 0fd3f53795
1 changed files with 4 additions and 1 deletions

View File

@ -317,12 +317,15 @@ public class MinuteTask extends Thread {
//周二 四 六 开放 9点-21点
if( w ==2|| w==4 || w == 6){
//占领奖励
if(hour>=9&&hour<=21){
if(hour>=9&&hour<21){
int mod = minute%10;
if(mod ==0 ){
CrossLingmaiLogic.getInstance().sendOccypyReward();
}
}
if(hour==21&& minute==0){
CrossLingmaiLogic.getInstance().sendOccypyReward();
}
//结算每日排行奖励
if(hour ==21 && minute==0){
CrossLingmaiLogic.getInstance().sendMailReward();