报错修改
This commit is contained in:
parent
21dabd2f98
commit
2dcb9eab44
@ -122,7 +122,6 @@ func (this *apiComp) DrawCard(session comm.IUserSession, req *pb.HeroDrawCardReq
|
||||
}
|
||||
}
|
||||
|
||||
costAtn.N *= req.DrawCount
|
||||
costRes = append(costRes, costAtn)
|
||||
|
||||
//阵营消耗
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user