海岛抽卡保底次数
This commit is contained in:
parent
531376dfb5
commit
33a1f8a94b
@ -886,7 +886,7 @@ func (this *Hero) GetRandomCardByCardPool(uid string, count int32) (cards []stri
|
||||
drawCount = heroRecord.Count[drawType] // 获取当前阵容抽卡次数
|
||||
if true { // 普通卡池抽卡
|
||||
// 校验是否达到保底卡池
|
||||
if drawConf.Protect >= drawCount {
|
||||
if drawConf.Protect >= drawCount && drawConf.Protect != 0 {
|
||||
IsBaodiPool = true
|
||||
}
|
||||
///// 获取消耗 end
|
||||
|
Loading…
Reference in New Issue
Block a user