``fix(pet): 修复SetPetExp返回结构中缺少字段名的问题``
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user