From ecc590160ceee685d0207b2e946ea05bc3e20e22 Mon Sep 17 00:00:00 2001 From: liwei1dao Date: Thu, 8 Jun 2023 21:15:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E8=A3=85=E5=A4=87=E5=9F=8B?= =?UTF-8?q?=E7=82=B9=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/equipment/api_equip.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/equipment/api_equip.go b/modules/equipment/api_equip.go index 3a38e6dc6..926136d68 100644 --- a/modules/equipment/api_equip.go +++ b/modules/equipment/api_equip.go @@ -218,13 +218,14 @@ func (this *apiComp) Equip(session comm.IUserSession, req *pb.EquipmentEquipReq) tasks = append(tasks, comm.GetBuriedParam(comm.Rtype46, 1, hero.Suite1Star, hero.SuiteId)) tasks = append(tasks, comm.GetBuriedParam(comm.Rtype49, 1, hero.Suite1Star, hero.Suite1Lv)) tasks = append(tasks, comm.GetBuriedParam(comm.Rtype98, 1, hero.Suite1Lv)) - tasks = append(tasks, comm.GetBuriedParam(comm.Rtype169, hero.SuiteId)) + tasks = append(tasks, comm.GetBuriedParam(comm.Rtype169, 1, hero.SuiteId)) } if hero.SuiteExtId != 0 { tasks = append(tasks, comm.GetBuriedParam(comm.Rtype46, 1, hero.Suite2Star, hero.SuiteExtId)) tasks = append(tasks, comm.GetBuriedParam(comm.Rtype48, 1, hero.Suite2Star, hero.Suite2Lv)) tasks = append(tasks, comm.GetBuriedParam(comm.Rtype98, 1, hero.Suite1Lv)) + tasks = append(tasks, comm.GetBuriedParam(comm.Rtype169, 1, hero.SuiteId)) } if len(tasks) > 0 {