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