掉落组
This commit is contained in:
parent
f12695f3de
commit
4ce720a7f2
@ -196,7 +196,7 @@ func (this *MCompConfigure) GetGroupDataByLottery(lotteryId int32, vipLv int32,
|
||||
lottery1, ok1 = this._lotteryType1[lotteryId]
|
||||
lottery2, ok2 = this._lotteryType2[lotteryId]
|
||||
this.hlock.RUnlock()
|
||||
if !ok1 || !ok2 {
|
||||
if ok1 || ok2 {
|
||||
this.module.Errorf("not found config lotterId:%d", lotteryId)
|
||||
return
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user