fix: Adds missing migration files. (#1642)
### Summary - Bumps serialization generator. v2.10.9 fixes an issue with nuget publishing where files were missing. - Fixes camps missing serialization of their prisoner. - Adds missing serialization migration files.
This commit is contained in:
parent
7d9bc9ff0a
commit
61e9dd29ac
19 changed files with 294 additions and 7 deletions
73
Projects/UOContent/Migrations/Server.Multis.BaseBoat.v4.json
generated
Normal file
73
Projects/UOContent/Migrations/Server.Multis.BaseBoat.v4.json
generated
Normal file
|
|
@ -0,0 +1,73 @@
|
|||
{
|
||||
"version": 4,
|
||||
"type": "Server.Multis.BaseBoat",
|
||||
"properties": [
|
||||
{
|
||||
"name": "MapItem",
|
||||
"type": "Server.Items.MapItem",
|
||||
"rule": "SerializableInterfaceMigrationRule"
|
||||
},
|
||||
{
|
||||
"name": "NextNavPoint",
|
||||
"type": "int",
|
||||
"rule": "PrimitiveTypeMigrationRule",
|
||||
"ruleArguments": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Facing",
|
||||
"type": "Server.Direction",
|
||||
"rule": "EnumMigrationRule"
|
||||
},
|
||||
{
|
||||
"name": "TimeOfDecay",
|
||||
"type": "System.DateTime",
|
||||
"rule": "PrimitiveTypeMigrationRule",
|
||||
"ruleArguments": [
|
||||
"DeltaTime"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Owner",
|
||||
"type": "Server.Mobile",
|
||||
"rule": "SerializableInterfaceMigrationRule"
|
||||
},
|
||||
{
|
||||
"name": "PPlank",
|
||||
"type": "Server.Items.Plank",
|
||||
"rule": "SerializableInterfaceMigrationRule"
|
||||
},
|
||||
{
|
||||
"name": "SPlank",
|
||||
"type": "Server.Items.Plank",
|
||||
"rule": "SerializableInterfaceMigrationRule"
|
||||
},
|
||||
{
|
||||
"name": "TillerMan",
|
||||
"type": "Server.Items.TillerMan",
|
||||
"rule": "SerializableInterfaceMigrationRule"
|
||||
},
|
||||
{
|
||||
"name": "Hold",
|
||||
"type": "Server.Items.Hold",
|
||||
"rule": "SerializableInterfaceMigrationRule"
|
||||
},
|
||||
{
|
||||
"name": "Anchored",
|
||||
"type": "bool",
|
||||
"rule": "PrimitiveTypeMigrationRule",
|
||||
"ruleArguments": [
|
||||
""
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "ShipName",
|
||||
"type": "string",
|
||||
"rule": "PrimitiveTypeMigrationRule",
|
||||
"ruleArguments": [
|
||||
""
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue