邀请好友游戏任务

This commit is contained in:
sk 2024-07-04 11:20:00 +08:00
parent 9379613ae8
commit 5eb468c7ff
1 changed files with 1 additions and 1 deletions

View File

@ -1546,7 +1546,7 @@ func (this *Tournament) MakeMatchLog(platform string, tmId int32, sortId int64)
Item: items,
Rank: rankId,
})
if rankId >= 10 {
if rankId >= 1 && rankId <= 10 {
TaskSubjectSingleton.Touch(common.TaskTypeMatchRank10, &TaskData{
SnId: v.p.SnId,
Num: 1,