Merge branch 'dev' of http://git.legu.cc/liwei_3d/go_dreamfactory into meixiongfeng

This commit is contained in:
meixiongfeng 2022-08-22 09:44:32 +08:00
commit fba3d2184c
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 {