修复周常技能本敌人刷新后未追敌
parent
1a5ad68ba0
commit
da1f6457f3
|
|
@ -140,6 +140,27 @@
|
|||
"waitTime": 2.0
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"patrolInfos": [
|
||||
{
|
||||
"cellIndex": 214,
|
||||
"patrolPoint": {
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"waitTime": 0.0
|
||||
},
|
||||
{
|
||||
"cellIndex": 285,
|
||||
"patrolPoint": {
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
"waitTime": 0.0
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"patrolRegionData": [],
|
||||
|
|
@ -522,7 +543,7 @@
|
|||
"patrolRoadID": -1,
|
||||
"showRoadLine": false,
|
||||
"specifyRegionID": -1,
|
||||
"presetPathId": -1,
|
||||
"presetPathId": 4,
|
||||
"troopId": 1,
|
||||
"isOpenInvestigate": true
|
||||
},
|
||||
|
|
@ -548,7 +569,7 @@
|
|||
"patrolRoadID": -1,
|
||||
"showRoadLine": false,
|
||||
"specifyRegionID": -1,
|
||||
"presetPathId": -1,
|
||||
"presetPathId": 4,
|
||||
"troopId": 1,
|
||||
"isOpenInvestigate": true
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue