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

@ -0,0 +1,22 @@
{
"version": 1,
"type": "Server.Items.LeatherGloves",
"properties": [
{
"name": "CurArcaneCharges",
"type": "int",
"rule": "PrimitiveTypeMigrationRule",
"ruleArguments": [
"EncodedInt"
]
},
{
"name": "MaxArcaneCharges",
"type": "int",
"rule": "PrimitiveTypeMigrationRule",
"ruleArguments": [
"EncodedInt"
]
}
]
}