海岛抽卡保底次数

This commit is contained in:
meixiongfeng 2024-02-20 10:46:34 +08:00
parent 531376dfb5
commit 33a1f8a94b

View File

@ -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