From 35689a395baf1628c822e64b6bf3f65ef8358f8c Mon Sep 17 00:00:00 2001
From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com>
Date: Fri, 17 Jun 2022 23:29:36 -0700
Subject: [PATCH] fix: Fixes codegenning sack of flour (#1076)
---
.config/dotnet-tools.json | 2 +-
Projects/Server/Server.csproj | 2 +-
Projects/UOContent/Items/Food/Cooking.cs | 2 +-
Projects/UOContent/UOContent.csproj | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
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 @@
-
+