神将可控制进入版本时间

back_recharge
jiahuiwen 2022-02-14 17:10:51 +08:00
parent 9b7c9af1cc
commit cc1f777372
1 changed files with 2 additions and 1 deletions

View File

@ -1458,7 +1458,8 @@ public class ItemUtil {
int days = TimeUtils.differentDays(cacheOpenTime, now);
if (days < scHero.getVersion()) {
LOGGER.info("addCard uid={} scHero.getVersion()={} days={}", user.getId(), scHero.getVersion(), days);
return;
// 出版本外英雄替换为 乾达婆
heroStar[0] = 10074;
}
}
Hero hero = new Hero(user.getId(),heroStar[0],heroStar[1]);