fix: Fixes silver serialization (#1770)
This commit is contained in:
parent
39ba7b3fd4
commit
a001eb03da
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ using ModernUO.Serialization;
|
|||
|
||||
namespace Server.Factions;
|
||||
|
||||
[SerializationGenerator(0)]
|
||||
[SerializationGenerator(0, false)]
|
||||
public partial class Silver : Item
|
||||
{
|
||||
[Constructible]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue