Skip to content

Commit 5db9e9f

Browse files
authored
Merge pull request #15 from nichijoux/steal_fix
Steal fix
2 parents fbc848a + 317ea6a commit 5db9e9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

assets/resource/base/pipeline/harvest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"Harvest": {
33
"next": [
4-
"StatrHarvest",
4+
"StartHarvest",
55
"[JumpBack]ReturnMain"
66
]
77
},
8-
"StatrHarvest": {
8+
"StartHarvest": {
99
"recognition": {
1010
"type": "TemplateMatch",
1111
"param": {
@@ -471,7 +471,7 @@
471471
"FarmStealFriendFinish",
472472
"[JumpBack]FarmStealAFriend",
473473
"[JumpBack]FarmStealNextPage",
474-
"[JumpBack]EnterHarvest"
474+
"[JumpBack]ReturnMain"
475475
],
476476
"comment": "农场偷取任务"
477477
},

0 commit comments

Comments
 (0)