调试日志注销
parent
f2156b6f95
commit
af1c2fb537
|
@ -1629,7 +1629,7 @@ public class ActivityLogic implements IEventHandler{
|
|||
count++;
|
||||
// 随机数
|
||||
int randomInt = MathUtils.randomInt(totalWeight);
|
||||
LOGGER.error("心愿抽奖,总权重:{},随机值:{},权重区间:{}-{},当前次数:{}",totalWeight,randomInt,totalWeight-incs[2],totalWeight,count);
|
||||
// LOGGER.error("心愿抽奖,总权重:{},随机值:{},权重区间:{}-{},当前次数:{}",totalWeight,randomInt,totalWeight-incs[2],totalWeight,count);
|
||||
// up奖励信息
|
||||
int[] result = new int[]{incs[0],incs[1]};
|
||||
|
||||
|
|
Loading…
Reference in New Issue