diff --git a/Projects/UOContent/Migrations/Server.Mobiles.Shipwright.v0.json b/Projects/UOContent/Migrations/Server.Mobiles.Shipwright.v0.json new file mode 100644 index 000000000..74f5d4585 --- /dev/null +++ b/Projects/UOContent/Migrations/Server.Mobiles.Shipwright.v0.json @@ -0,0 +1,4 @@ +{ + "version": 0, + "type": "Server.Mobiles.Shipwright" +} \ No newline at end of file diff --git a/Projects/UOContent/Mobiles/Vendors/NPC/Shipwright.cs b/Projects/UOContent/Mobiles/Vendors/NPC/Shipwright.cs index eadd3562b..835fcdea4 100644 --- a/Projects/UOContent/Mobiles/Vendors/NPC/Shipwright.cs +++ b/Projects/UOContent/Mobiles/Vendors/NPC/Shipwright.cs @@ -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 m_SBInfos = new();