商队等级奖励 手动领取修复
This commit is contained in:
parent
21e5607d2f
commit
f08bc06433
@ -47,11 +47,11 @@ func (this *apiComp) GetReward(session comm.IUserSession, req *pb.CaravanGetRewa
|
|||||||
Title: pb.ErrorCode_TrollCantReward.ToString(),
|
Title: pb.ErrorCode_TrollCantReward.ToString(),
|
||||||
}
|
}
|
||||||
return
|
return
|
||||||
|
} else {
|
||||||
|
res = append(res, v.Reward...)
|
||||||
}
|
}
|
||||||
res = append(res, v.Reward...)
|
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
if len(res) == 0 {
|
if len(res) == 0 {
|
||||||
errdata = &pb.ErrorData{
|
errdata = &pb.ErrorData{
|
||||||
|
Loading…
Reference in New Issue
Block a user