编辑文件 done.go
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
xinian
2026-02-01 11:09:34 +08:00
committed by cnb
parent 85a90d263a
commit 95ccb99179

View File

@@ -27,10 +27,10 @@ func NewDoneService(id uint32) *DoneService {
}
// ID
// 击杀-捕捉
// 击杀-捕捉
func (s *DoneService) UpdatePet(ptye model.PetInfo, res ...uint32) {
//属性->属性值->ID 击杀-捕捉-炫彩击杀-炫彩捕捉
//属性->属性值->ID 击杀-捕捉-炫彩击杀-炫彩捕捉 雄性 雌性
args := []uint32{ptye.ID}
r1 := s.get(model.MilestoneMode.Pet, args)
results := make([]uint32, len(res))