diff options
Diffstat (limited to 'db')
-rw-r--r-- | db/constants.conf | 3 | ||||
-rw-r--r-- | db/pre-re/item_db.conf | 5 | ||||
-rw-r--r-- | db/re/item_db.conf | 5 |
3 files changed, 13 insertions, 0 deletions
diff --git a/db/constants.conf b/db/constants.conf index 08dc63b40..502091a0f 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -4045,4 +4045,7 @@ constants_db: { ACH_PET_CREATE: 43 ACH_ACHIEVE: 44 ACH_ACHIEVEMENT_RANK: 45 + + comment__: "inventory expansion" + INVENTORY_INCREASE_STEP: 10 } diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index a929a596d..c860e0239 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -96534,6 +96534,11 @@ item_db: ( Name: "GH_Cursed_Gemstone" }, { + Id: 25793 + AegisName: "Inventory_Extension_Coupon" + Name: "Inventory_Extension_Coupon" +}, +{ Id: 26007 AegisName: "Spectral_Spear_IL" Name: "Spectral_Spear_IL" diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e5a05e8bc..961fa102e 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -152333,6 +152333,11 @@ item_db: ( Name: "GH_Cursed_Gemstone" }, { + Id: 25793 + AegisName: "Inventory_Extension_Coupon" + Name: "Inventory_Extension_Coupon" +}, +{ Id: 26007 AegisName: "Spectral_Spear_IL" Name: "Spectral_Spear_IL" |