fix(codegen): Fixes leather gloves again, typo in the serialize version. (#695)
This commit is contained in:
parent
5f7dab0795
commit
803d594300
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
namespace Server.Items
|
||||
{
|
||||
[Flippable]
|
||||
[Serializable(1, false)]
|
||||
[Serializable(2, false)]
|
||||
public partial class LeatherGloves : BaseArmor, IArcaneEquip
|
||||
{
|
||||
private int _maxArcaneCharges;
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": 1,
|
||||
"version": 2,
|
||||
"type": "Server.Items.LeatherGloves",
|
||||
"properties": [
|
||||
{
|
||||
Loading…
Add table
Add a link
Reference in a new issue