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 {