From cd3d246b4806ff3bc18e77aa4e9fe36d5ef5ff6a Mon Sep 17 00:00:00 2001 From: meixiongfeng <766881921@qq.com> Date: Thu, 15 Jun 2023 13:44:33 +0800 Subject: [PATCH] =?UTF-8?q?=E9=93=81=E5=8C=A0=E9=93=BA=E4=B8=8B=E5=8D=95n?= =?UTF-8?q?=E4=B8=AA=E8=A3=85=E5=A4=87=20=E4=B9=B0=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/smithy/api_forgeequip.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/smithy/api_forgeequip.go b/modules/smithy/api_forgeequip.go index 4a6acf399..1ce0c1168 100644 --- a/modules/smithy/api_forgeequip.go +++ b/modules/smithy/api_forgeequip.go @@ -326,7 +326,7 @@ func (this *apiComp) ForgeEquip(session comm.IUserSession, req *pb.SmithyForgeEq if req.SuiteId != 0 { tasks = append(tasks, comm.GetBuriedParam(comm.Rtype189, req.Count)) // 进行N次定制打造 } - tasks = append(tasks, comm.GetBuriedParam(comm.Rtype148, int32(len(equip)))) + tasks = append(tasks, comm.GetBuriedParam(comm.Rtype148, req.Count)) this.module.ModuleBuried.TriggerBuried(session.GetUserId(), tasks...) return