商队等级奖励 手动领取修复

This commit is contained in:
meixiongfeng 2023-09-25 14:31:05 +08:00
parent 21e5607d2f
commit f08bc06433

View File

@ -47,11 +47,11 @@ func (this *apiComp) GetReward(session comm.IUserSession, req *pb.CaravanGetRewa
Title: pb.ErrorCode_TrollCantReward.ToString(),
}
return
} else {
res = append(res, v.Reward...)
}
res = append(res, v.Reward...)
break
}
}
if len(res) == 0 {
errdata = &pb.ErrorData{