fix: Fixes codegenning sack of flour (#1076)
This commit is contained in:
parent
41efa69b56
commit
35689a395b
4 changed files with 4 additions and 4 deletions
|
|
@ -41,7 +41,7 @@
|
|||
<PackageReference Include="Zlib.Bindings" Version="1.9.2" />
|
||||
|
||||
<PackageReference Include="ModernUO.Serialization.Annotations" Version="2.0.2" />
|
||||
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.1.3" />
|
||||
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.1.4" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AdditionalFiles Include="Migrations/*.v*.json" />
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ public partial class SackFlour : Item, IHasQuantity
|
|||
}
|
||||
|
||||
[CommandProperty(AccessLevel.GameMaster)]
|
||||
[SerializableField(1)]
|
||||
[SerializableField(0)]
|
||||
public int Quantity
|
||||
{
|
||||
get => _quantity;
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
<PackageReference Include="Zstd.Binaries" Version="1.4.0" />
|
||||
|
||||
<PackageReference Include="ModernUO.Serialization.Annotations" Version="2.0.2" />
|
||||
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.1.3" />
|
||||
<PackageReference Include="ModernUO.Serialization.Generator" Version="2.1.4" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<AdditionalFiles Include="Migrations/*.v*.json" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue