diff --git a/modules/hero/api_drawCard.go b/modules/hero/api_drawCard.go index 909221422..2363dbf86 100644 --- a/modules/hero/api_drawCard.go +++ b/modules/hero/api_drawCard.go @@ -122,7 +122,6 @@ func (this *apiComp) DrawCard(session comm.IUserSession, req *pb.HeroDrawCardReq } } - costAtn.N *= req.DrawCount costRes = append(costRes, costAtn) //阵营消耗 diff --git a/modules/rtask/config.go b/modules/rtask/config.go index 9181a363f..f8622bfc9 100644 --- a/modules/rtask/config.go +++ b/modules/rtask/config.go @@ -8,9 +8,9 @@ import ( ) const ( - gameRtask = "game_rdtaskall.json" + gameRtask = "game_rdtask.json" gameRtaskChoose = "game_rdtaskchoose.json" - gameRtaskType = "game_rdtasktype.json" + gameRtaskType = "game_rdtaskcondi.json" ) type configureComp struct {