fix: 修正宠物面板计算参数
This commit is contained in:
@@ -43,7 +43,7 @@ func (h Controller) PetEVDiy(data *PetEV, c *player.Player) (result *fight.NullO
|
||||
return nil, errorcode.ErrorCodes.Err10401
|
||||
}
|
||||
currentPet.Ev = data.EVs
|
||||
currentPet.CalculatePetPane(false)
|
||||
currentPet.CalculatePetPane(100)
|
||||
c.Info.EVPool -= int64(usedEV)
|
||||
|
||||
// result = &pet.S2C_50001{}
|
||||
|
||||
Reference in New Issue
Block a user