fix(codegen): Fixes leather gloves deserialization (#694)
This commit is contained in:
parent
9833b0439a
commit
5f7dab0795
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
namespace Server.Items
|
||||
{
|
||||
[Flippable]
|
||||
[Serializable(0, false)]
|
||||
[Serializable(1, false)]
|
||||
public partial class LeatherGloves : BaseArmor, IArcaneEquip
|
||||
{
|
||||
private int _maxArcaneCharges;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue