From f011e8b7e9321627ab221232687d05070ed780ca Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Fri, 30 Dec 2022 16:47:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=95=B0=E6=8D=AE=E5=9F=8B?= =?UTF-8?q?=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/hero/api_drawCard.go | 6 ++++++ 1 file changed, 6 insertions(+) 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连 }