diff options
Diffstat (limited to 'db/constants.conf')
-rw-r--r-- | db/constants.conf | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/db/constants.conf b/db/constants.conf index 5c859aac7..dbc3883d7 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3628,12 +3628,6 @@ constants_db: { IOT_PARTY: 2 IOT_GUILD: 3 - comment__: "tradertype" - NST_ZENY: 0 - NST_CASH: 1 - NST_MARKET: 2 - NST_CUSTOM: 3 - comment__: "strcharinfo" PC_NAME: 0 PC_PARTY: 1 @@ -3794,6 +3788,9 @@ constants_db: { UDT_ROBE: 55 UDT_BODY2: 56 + comment__: "inventory expansion" + INVENTORY_INCREASE_STEP: 10 + // for disable warning ITMCHAIN_ORE: 1 |