More QA fixes

FalconTaterz 2024-08-25 15:30:05 -05:00
parent f330db1642
commit a0a8449920
2 changed files with 19 additions and 2 deletions

View File

@ -143,6 +143,10 @@
}, },
"TerritoryId": 137, "TerritoryId": 137,
"InteractionType": "Interact" "InteractionType": "Interact"
},
{
"TerritoryId": 137,
"InteractionType": "CompleteQuest"
} }
] ]
} }

View File

@ -65,6 +65,7 @@
"Sequence": 2, "Sequence": 2,
"Steps": [ "Steps": [
{ {
"Comment": "Commence \"The Mandragoras\"",
"DataId": 1009335, "DataId": 1009335,
"Position": { "Position": {
"X": -256.70258, "X": -256.70258,
@ -76,9 +77,21 @@
}, },
{ {
"Comment": "Fight some Mandragoras", "Comment": "Fight some Mandragoras",
"Position": {
"X": -256.70258,
"Y": -40.18569,
"Z": 684.1992
},
"TerritoryId": 138,
"InteractionType": "Combat", "InteractionType": "Combat",
"EnemySpawnType": "OverworldEnemies" "EnemySpawnType": "OverworldEnemies",
"KillEnemyDataIds": [
2950,
2951,
2952,
2953,
2954
]
} }
] ]
}, },