diff --git a/.config/dotnet-tools.json b/.config/dotnet-tools.json index 9a1e358ec..e5a7001db 100644 --- a/.config/dotnet-tools.json +++ b/.config/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "modernuoschemagenerator": { - "version": "2.1.3", + "version": "2.1.4", "commands": [ "ModernUOSchemaGenerator" ] diff --git a/Projects/Server/Server.csproj b/Projects/Server/Server.csproj index 1b00238b0..bb8e91949 100755 --- a/Projects/Server/Server.csproj +++ b/Projects/Server/Server.csproj @@ -41,7 +41,7 @@ - + diff --git a/Projects/UOContent/Items/Food/Cooking.cs b/Projects/UOContent/Items/Food/Cooking.cs index 787a8334f..e665c490f 100644 --- a/Projects/UOContent/Items/Food/Cooking.cs +++ b/Projects/UOContent/Items/Food/Cooking.cs @@ -68,7 +68,7 @@ public partial class SackFlour : Item, IHasQuantity } [CommandProperty(AccessLevel.GameMaster)] - [SerializableField(1)] + [SerializableField(0)] public int Quantity { get => _quantity; diff --git a/Projects/UOContent/UOContent.csproj b/Projects/UOContent/UOContent.csproj index 4bc001e19..bd101f145 100755 --- a/Projects/UOContent/UOContent.csproj +++ b/Projects/UOContent/UOContent.csproj @@ -46,7 +46,7 @@ - +