PC-202302260912\Administrator 2023-07-21 17:54:58 +08:00
parent 67fa585f18
commit 78142836f2
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ public class HeroLogic {
}
//记录卡池抽奖次数
heroManager.putRandomType(type, num + result[1]);
heroManager.putRandomType(type, num + 1);
int[] rewardArr = new int[result.length];
System.arraycopy(result, 0, rewardArr, 0, result.length);
return rewardArr;