This commit is contained in:
@@ -24,7 +24,7 @@ func GetTaskInfo(id, ot int) *TaskResult {
|
||||
|
||||
pet := service.NewPetRewardService().Get(r.ElfRewardIds)
|
||||
if pet != nil {
|
||||
ret.Pet = model.GenPetInfo(int(pet.MonID), int(pet.DV), int(pet.Nature), int(pet.Effect), int(pet.Lv), nil)
|
||||
ret.Pet = model.GenPetInfo(int(pet.MonID), int(pet.DV), int(pet.Nature), int(pet.Effect), int(pet.Lv), nil, 0)
|
||||
}
|
||||
|
||||
for _, itemID := range r.ItemRewardIds {
|
||||
|
||||
Reference in New Issue
Block a user