钻石心愿抽卡修改必中次数

back_recharge
duhui 2022-07-07 15:23:23 +08:00
parent 959d669813
commit fc19c03886
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ public class HeroLogic {
heroManager.putWishStar(type, randomStar);
/* ======================= 中不中心愿 ======================= */
// 获取钻石抽奖抽中五星的次数
boolean randomBol = (num - 1) % 3 == 0;
boolean randomBol = (num - 1) % 5 == 0;
LOGGER.info("*************************************是否中心愿;num:{},random:{}", num, randomBol);
if (!randomBol) {
// 不到次数,不走心愿