竞技场每日发奖
parent
20a26c4f7c
commit
bcfe4d5dac
|
@ -88,7 +88,7 @@ public class MinuteTask extends Thread {
|
|||
LOGGER.error("Exception::=>{}",e.toString());
|
||||
}
|
||||
try {
|
||||
if (TimeUtils.getHourOfDay() == 21 && TimeUtils.getMiunte() == 0){
|
||||
if (TimeUtils.getHourOfDay() == 20 && TimeUtils.getMiunte() == 59){
|
||||
// 竞技场,每日晚九点刷新
|
||||
ArenaLogic.getInstance().sendReward(GlobalsDef.ARENA_DAILY_REWARD);
|
||||
}
|
||||
|
@ -211,8 +211,6 @@ public class MinuteTask extends Thread {
|
|||
try {
|
||||
// 计算世界等级
|
||||
GlobleSystemLogic.getInstence().calCulRank();
|
||||
|
||||
ArenaLogic.getInstance().sendReward(GlobalsDef.ARENA_DAILY_REWARD);
|
||||
//玉虚论道重置
|
||||
if(Calendar.getInstance().get(Calendar.DAY_OF_WEEK) == 2){
|
||||
CrossYuxulundaoLogic.getInstance().initRank();
|
||||
|
@ -221,8 +219,6 @@ public class MinuteTask extends Thread {
|
|||
FourChallengeLogic.getInstance().check();
|
||||
// 助战
|
||||
HelpHeroLogic.getInstance().zeroClearRedisHelp();
|
||||
// 御剑行创建新脚本
|
||||
// RidingSwardLogic.getInstance().createExecuteScript();
|
||||
|
||||
// 公会信息处理
|
||||
Map<Integer, GuildInfo> guildInfoMap = GuilidManager.guildInfoMap;
|
||||
|
|
Loading…
Reference in New Issue