报错修改

This commit is contained in:
meixiongfeng 2022-08-19 20:04:21 +08:00
parent 21dabd2f98
commit 2dcb9eab44
2 changed files with 2 additions and 3 deletions

View File

@ -122,7 +122,6 @@ func (this *apiComp) DrawCard(session comm.IUserSession, req *pb.HeroDrawCardReq
} }
} }
costAtn.N *= req.DrawCount
costRes = append(costRes, costAtn) costRes = append(costRes, costAtn)
//阵营消耗 //阵营消耗

View File

@ -8,9 +8,9 @@ import (
) )
const ( const (
gameRtask = "game_rdtaskall.json" gameRtask = "game_rdtask.json"
gameRtaskChoose = "game_rdtaskchoose.json" gameRtaskChoose = "game_rdtaskchoose.json"
gameRtaskType = "game_rdtasktype.json" gameRtaskType = "game_rdtaskcondi.json"
) )
type configureComp struct { type configureComp struct {