fix(codegen): Fixes leather gloves again, typo in the serialize version. (#695)

This commit is contained in:
Kamron Batman 2021-08-17 13:45:08 -07:00 committed by GitHub
parent 5f7dab0795
commit 803d594300
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(1, false)]
[Serializable(2, false)]
public partial class LeatherGloves : BaseArmor, IArcaneEquip
{
private int _maxArcaneCharges;

View file

@ -1,5 +1,5 @@
{
"version": 1,
"version": 2,
"type": "Server.Items.LeatherGloves",
"properties": [
{