From b7625bd98cd143bc73464f11153577955b3796e1 Mon Sep 17 00:00:00 2001 From: 1 <1@72wo.cn> Date: Thu, 16 Oct 2025 19:15:11 +0000 Subject: [PATCH] =?UTF-8?q?```fix(pet):=20=E4=BF=AE=E5=A4=8DSetPetExp?= =?UTF-8?q?=E8=BF=94=E5=9B=9E=E7=BB=93=E6=9E=84=E4=B8=AD=E7=BC=BA=E5=B0=91?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E5=90=8D=E7=9A=84=E9=97=AE=E9=A2=98```?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logic/controller/pet.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logic/controller/pet.go b/logic/controller/pet.go index e4f6b5ab..9a7620d6 100644 --- a/logic/controller/pet.go +++ b/logic/controller/pet.go @@ -175,7 +175,7 @@ func (h Controller) SetPetExp(data *pet.PetSetExpInboundInfo, c *player.Player) } return &pet.PetSetExpOutboundInfo{ - c.Info.ExpPool, + Exp: c.Info.ExpPool, }, 0 } func (h Controller) SetPetSkill(data *pet.ChangeSkillInfo, c *player.Player) (result *pet.ChangeSkillOutInfo, err errorcode.ErrorCode) {