Fix enemy interaction

This commit is contained in:
FalconTaterz 2024-08-25 14:34:02 -05:00
parent 5fc99f6c05
commit 3e54811a26
2 changed files with 5 additions and 2 deletions

View File

@ -61,7 +61,8 @@
"Z": 222.65837 "Z": 222.65837
}, },
"TerritoryId": 146, "TerritoryId": 146,
"InteractionType": "Combat" "InteractionType": "Combat",
"EnemySpawnType": "OverworldEnemies"
} }
] ]
}, },

View File

@ -76,7 +76,9 @@
}, },
{ {
"Comment": "Fight some Mandragoras", "Comment": "Fight some Mandragoras",
"InteractionType": "Combat" "InteractionType": "Combat",
"EnemySpawnType": "OverworldEnemies"
} }
] ]
}, },