From 085f47a0cad6bf78d7b88d943b47a6d38f0cde97 Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Wed, 29 Mar 2023 17:17:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BB=BB=E5=8A=A1=E5=9F=8B?= =?UTF-8?q?=E7=82=B914=2015?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/hero/module.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/hero/module.go b/modules/hero/module.go index d7cc10f1f..e4c3996f2 100644 --- a/modules/hero/module.go +++ b/modules/hero/module.go @@ -736,14 +736,14 @@ func (this *Hero) SendTaskMsg(session comm.IUserSession, szStar []int32, drawCou //this.ModuleRtask.SendToRtask(session, comm.Rtype17, 1, k) } } - + szTask = append(szTask, comm.GettaskParam(comm.Rtype14, drawCount)) szTask = append(szTask, comm.GettaskParam(comm.Rtype18, drawCount)) szTask = append(szTask, comm.GettaskParam(comm.Rtype141, drawCount)) szTask = append(szTask, comm.GettaskParam(comm.Rtype143, drawCount)) szTask = append(szTask, comm.GettaskParam(comm.Rtype145, drawCount)) } else { // 阵营招募 - + szTask = append(szTask, comm.GettaskParam(comm.Rtype15, drawCount)) szTask = append(szTask, comm.GettaskParam(comm.Rtype19, drawCount)) szTask = append(szTask, comm.GettaskParam(comm.Rtype142, drawCount)) szTask = append(szTask, comm.GettaskParam(comm.Rtype144, drawCount))