diff --git a/modules/hero/api_drawCard.go b/modules/hero/api_drawCard.go index bb1812152..d6a737aef 100644 --- a/modules/hero/api_drawCard.go +++ b/modules/hero/api_drawCard.go @@ -61,8 +61,8 @@ func (this *apiComp) DrawCard(session comm.IUserSession, req *pb.HeroDrawCardReq } for i := 0; i < int(req.DrawCount); i++ { - drawCount += 1 pool = this.module.modelHero.CheckPool(drawCount, cfg) + drawCount += 1 strPool = append(strPool, pool) sz := make([]int32, 0)