From 803d594300c879bc0d4812148aabeda63984000b Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Tue, 17 Aug 2021 13:45:08 -0700 Subject: [PATCH] fix(codegen): Fixes leather gloves again, typo in the serialize version. (#695) --- Projects/UOContent/Items/Armor/Leather/LeatherGloves.cs | 2 +- ...LeatherGloves.v1.json => Server.Items.LeatherGloves.v2.json} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename Projects/UOContent/Migrations/{Server.Items.LeatherGloves.v1.json => Server.Items.LeatherGloves.v2.json} (96%) 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": [ {