掉落组

This commit is contained in:
meixiongfeng 2023-09-04 11:51:30 +08:00
parent f12695f3de
commit 4ce720a7f2

View File

@ -196,7 +196,7 @@ func (this *MCompConfigure) GetGroupDataByLottery(lotteryId int32, vipLv int32,
lottery1, ok1 = this._lotteryType1[lotteryId] lottery1, ok1 = this._lotteryType1[lotteryId]
lottery2, ok2 = this._lotteryType2[lotteryId] lottery2, ok2 = this._lotteryType2[lotteryId]
this.hlock.RUnlock() this.hlock.RUnlock()
if !ok1 || !ok2 { if ok1 || ok2 {
this.module.Errorf("not found config lotterId:%d", lotteryId) this.module.Errorf("not found config lotterId:%d", lotteryId)
return return
} }