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) {