Fix incorrect modification

This commit is contained in:
Cmdr McDonald
2016-11-27 19:45:19 +00:00
parent 4d1eb00136
commit c088a8f99a
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@@ -13946,7 +13946,7 @@ module.exports = {
method: "multiplicative"
},
shieldreinforcement: {
id: 38,
id: 39,
name: "shieldreinforcement",
type: "numeric",
method: "multiplicative"

2
dist/index.json vendored
View File

@@ -16342,7 +16342,7 @@
"method": "multiplicative"
},
"shieldreinforcement": {
"id": 38,
"id": 39,
"name": "shieldreinforcement",
"type": "numeric",
"method": "multiplicative"

View File

@@ -38,6 +38,6 @@
"thermres": {"id": 36, "name": "thermres", "type": "numeric", "method": "additive"},
"wepcap": {"id": 37, "name": "wepcap", "type": "numeric", "method": "multiplicative"},
"weprate": {"id": 38, "name": "weprate", "type": "numeric", "method": "multiplicative"},
"shieldreinforcement": {"id": 38, "name": "shieldreinforcement", "type": "numeric", "method": "multiplicative"},
"shieldreinforcement": {"id": 39, "name": "shieldreinforcement", "type": "numeric", "method": "multiplicative"},
"type": {"id": 40, "name": "type", "type": "alphabetic", "method": "overwrite"}
}