diff --git a/modules/hero/module.go b/modules/hero/module.go index 3c081dd6b..ac33216e8 100644 --- a/modules/hero/module.go +++ b/modules/hero/module.go @@ -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