ModernUO/Projects/UOContent/Migrations/Server.Engines.Quests.Haven.Cannon.v0.json
Kamron Batman e994505ad0
fix: Adds safety to corpses and cleans up quests (#1685)
### Summary
- Adds some more checks in case a corpse's owner is somehow null. Would like to eventually allow null owner corpses, but more work is needed.
- Cleans up variable unboxing and reassignment in quests. Also flattens quest logic. Still more work needs to be done.
- Codegens more quest items/mobiles.
2024-02-18 19:33:08 -08:00

16 lines
No EOL
380 B
JSON
Generated

{
"version": 0,
"type": "Server.Engines.Quests.Haven.Cannon",
"properties": [
{
"name": "CannonDirection",
"type": "Server.Engines.Quests.Haven.CannonDirection",
"rule": "EnumMigrationRule"
},
{
"name": "Canoneer",
"type": "Server.Engines.Quests.Haven.MilitiaCanoneer",
"rule": "SerializableInterfaceMigrationRule"
}
]
}