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