diff --git a/modules/hero/api_drawCard.go b/modules/hero/api_drawCard.go index 889140706..53ef01cc6 100644 --- a/modules/hero/api_drawCard.go +++ b/modules/hero/api_drawCard.go @@ -254,9 +254,15 @@ func (this *apiComp) DrawCard(session comm.IUserSession, req *pb.HeroDrawCardReq } //this.module.ModuleRtask.SendToRtask(session, comm.Rtype14, req.DrawCount) this.module.ModuleRtask.SendToRtask(session, comm.Rtype18, req.DrawCount) + this.module.ModuleRtask.SendToRtask(session, comm.Rtype141, req.DrawCount) + this.module.ModuleRtask.SendToRtask(session, comm.Rtype143, req.DrawCount) + this.module.ModuleRtask.SendToRtask(session, comm.Rtype145, req.DrawCount) } else { // 阵营招募 //this.module.ModuleRtask.SendToRtask(session, comm.Rtype15, req.DrawCount) this.module.ModuleRtask.SendToRtask(session, comm.Rtype19, req.DrawCount) + this.module.ModuleRtask.SendToRtask(session, comm.Rtype142, req.DrawCount) + this.module.ModuleRtask.SendToRtask(session, comm.Rtype144, req.DrawCount) + this.module.ModuleRtask.SendToRtask(session, comm.Rtype146, req.DrawCount) if drawCount == 10 { this.module.ModuleRtask.SendToRtask(session, comm.Rtype91, 1) // 阵营10连 }