天地洪炉抽奖bug修改
parent
c03ae4a02f
commit
e9b492ee5d
|
|
@ -480,6 +480,10 @@ public class HeroLogic {
|
|||
}
|
||||
|
||||
int index = list.indexOf(sLotteryRewardConfig);
|
||||
///保底奖励替换逻辑
|
||||
if (sLotteryRewardConfig.getPool()==1304) {
|
||||
index=index%count;
|
||||
}
|
||||
if (index >= count) {
|
||||
return sLotteryRewardConfig.getReward();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue