fix(codegen): Fixes leather gloves deserialization (#694)

This commit is contained in:
Kamron Batman 2021-08-17 12:44:34 -07:00 committed by GitHub
parent 9833b0439a
commit 5f7dab0795
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
namespace Server.Items
{
[Flippable]
[Serializable(0, false)]
[Serializable(1, false)]
public partial class LeatherGloves : BaseArmor, IArcaneEquip
{
private int _maxArcaneCharges;