Skip to content

Commit 2553574

Browse files
committed
fix:修复无历练奖赏可领时不会结束任务的问题
1 parent 2e11baf commit 2553574

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

assets/resource/base/pipeline/ClaimRewards.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
"action": "Click",
101101
"post_wait_freezes": 500,
102102
"next": [
103-
"ClaimRewardsBattlePassExp",
103+
"[JumpBack]ClaimRewardsBattlePassExp",
104104
"ClaimRewardsBattlePassBackToPage1"
105105
]
106106
},
@@ -147,7 +147,8 @@
147147
"action": "Click",
148148
"post_wait_freezes": 500,
149149
"next": [
150-
"ClaimRewardsBattlePassRewards"
150+
"[JumpBack]ClaimRewardsBattlePassRewards",
151+
"ClaimRewardsExit"
151152
]
152153
},
153154
"ClaimRewardsBattlePassRewards": {
@@ -171,12 +172,12 @@
171172
"threshold": 0.8
172173
}
173174
},
174-
"action": "Click",
175-
"next": [
176-
"ClaimRewardsExit"
177-
]
175+
"action": "Click"
178176
},
179177
"ClaimRewardsExit": {
180-
"desc": "领取奖励任务出口"
178+
"desc": "领取奖励任务出口",
179+
"pre_delay": 0,
180+
"post_delay": 0,
181+
"rate_limit": 0
181182
}
182183
}

0 commit comments

Comments
 (0)