fix: Fixes missing codegen for ShipWright (#1316)
This commit is contained in:
parent
40c6ed2cb7
commit
33aa257344
2 changed files with 7 additions and 1 deletions
4
Projects/UOContent/Migrations/Server.Mobiles.Shipwright.v0.json
generated
Normal file
4
Projects/UOContent/Migrations/Server.Mobiles.Shipwright.v0.json
generated
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"version": 0,
|
||||
"type": "Server.Mobiles.Shipwright"
|
||||
}
|
||||
|
|
@ -1,9 +1,11 @@
|
|||
using System.Collections.Generic;
|
||||
using ModernUO.Serialization;
|
||||
using Server.Items;
|
||||
|
||||
namespace Server.Mobiles
|
||||
{
|
||||
public class Shipwright : BaseVendor
|
||||
[SerializationGenerator(0, false)]
|
||||
public partial class Shipwright : BaseVendor
|
||||
{
|
||||
private readonly List<SBInfo> m_SBInfos = new();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue