fix: Codegens treasure/paragon chests & strongboxes (#948)
This commit is contained in:
parent
9bc6d5bdb8
commit
17f8d3563a
6 changed files with 431 additions and 518 deletions
16
Projects/UOContent/Migrations/Server.Items.StrongBox.v0.json
Normal file
16
Projects/UOContent/Migrations/Server.Items.StrongBox.v0.json
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"version": 0,
|
||||
"type": "Server.Items.StrongBox",
|
||||
"properties": [
|
||||
{
|
||||
"name": "Owner",
|
||||
"type": "Server.Mobile",
|
||||
"rule": "SerializableInterfaceMigrationRule"
|
||||
},
|
||||
{
|
||||
"name": "House",
|
||||
"type": "Server.Multis.BaseHouse",
|
||||
"rule": "SerializableInterfaceMigrationRule"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue