刷新充值礼包改为0点

back_recharge
lvxinran 2020-02-24 17:14:03 +08:00
parent 4e98fff425
commit 85a1947791
1 changed files with 4 additions and 1 deletions

View File

@ -322,7 +322,6 @@ public class GlobalDataManaager implements IManager {
user.getUserMissionManager().onGameEvent(user, GameEvent.DAILY_REFRESH,0);
user.getUserMissionManager().onGameEvent(user, GameEvent.BLOODY_REFRESH,0);
FriendLogic.getInstance().refreshState(session);
flushGoodsTimes(user);
PlayerLogic.getInstance().sendTimingMail(user);
user.getGuildMyInfo().setLastHurt(0);
@ -345,6 +344,10 @@ public class GlobalDataManaager implements IManager {
user.getPlayerInfoManager().setIsdayFirst(0);
}
}
if (TimeUtils.isOverTime(0,user.getPlayerInfoManager().getLoginTime())) {
flushGoodsTimes(user);
}
}
public static void flushGoodsTimes(User user){