diff --git a/Projects/UOContent/Items/Armor/Leather/LeatherGloves.cs b/Projects/UOContent/Items/Armor/Leather/LeatherGloves.cs index b0308f79a..7a79e95fe 100644 --- a/Projects/UOContent/Items/Armor/Leather/LeatherGloves.cs +++ b/Projects/UOContent/Items/Armor/Leather/LeatherGloves.cs @@ -1,7 +1,7 @@ namespace Server.Items { [Flippable] - [Serializable(1, false)] + [Serializable(2, false)] public partial class LeatherGloves : BaseArmor, IArcaneEquip { private int _maxArcaneCharges; diff --git a/Projects/UOContent/Migrations/Server.Items.LeatherGloves.v1.json b/Projects/UOContent/Migrations/Server.Items.LeatherGloves.v2.json similarity index 96% rename from Projects/UOContent/Migrations/Server.Items.LeatherGloves.v1.json rename to Projects/UOContent/Migrations/Server.Items.LeatherGloves.v2.json index 481b6fcc0..fee8919e3 100644 --- a/Projects/UOContent/Migrations/Server.Items.LeatherGloves.v1.json +++ b/Projects/UOContent/Migrations/Server.Items.LeatherGloves.v2.json @@ -1,5 +1,5 @@ { - "version": 1, + "version": 2, "type": "Server.Items.LeatherGloves", "properties": [ {