``fix(pet): 修复SetPetExp返回结构中缺少字段名的问题``

This commit is contained in:
1
2025-10-16 19:15:11 +00:00
parent 08fcc72b6d
commit b7625bd98c

View File

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