update
This commit is contained in:
parent
30e38a17d1
commit
6d1cf50250
@ -63,7 +63,7 @@ func (this *apiComp) DrawCard(session comm.IUserSession, req *pb.HeroDrawCardReq
|
||||
pool = this.module.modelHero.CheckPool(drawCount, cfgDraw)
|
||||
drawCount += 1
|
||||
strPool = append(strPool, pool)
|
||||
ret := this.CheckCondition(session.GetUserId(), req.DrawCount)
|
||||
ret := this.module.CheckCondition(session.GetUserId(), req.DrawCount)
|
||||
if ret == true { // 命中插入5星英雄
|
||||
szStar = append(szStar, 5)
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user