refactor: add landing, we need to land to use tha action.

master
kaiser 2024-09-26 18:40:48 +10:00
parent c472cf703d
commit 3a1438202d
1 changed files with 4 additions and 2 deletions

View File

@ -62,7 +62,8 @@
"TerritoryId": 959, "TerritoryId": 959,
"InteractionType": "Action", "InteractionType": "Action",
"Action": "Hop-step", "Action": "Hop-step",
"Fly": true "Fly": true,
"Land": true
}, },
{ {
"DataId": 2013256, "DataId": 2013256,
@ -74,7 +75,8 @@
"TerritoryId": 959, "TerritoryId": 959,
"InteractionType": "Action", "InteractionType": "Action",
"Action": "Hop-step", "Action": "Hop-step",
"Fly": true "Fly": true,
"Land": true
} }
] ]
}, },