diff options
author | Jesusaves <cpntb1@ymail.com> | 2025-06-10 20:42:52 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2025-06-10 20:42:52 -0300 |
commit | 9ec0d89516e09c01b26123b2fc96cbb99a343dd6 (patch) | |
tree | d4831f88efb9432fc3bd0bd4fa7e3df600186266 | |
parent | 75566f50b023a6c8acd5ca149c954f10f6103048 (diff) | |
download | serverdata-9ec0d89516e09c01b26123b2fc96cbb99a343dd6.tar.gz serverdata-9ec0d89516e09c01b26123b2fc96cbb99a343dd6.tar.bz2 serverdata-9ec0d89516e09c01b26123b2fc96cbb99a343dd6.tar.xz serverdata-9ec0d89516e09c01b26123b2fc96cbb99a343dd6.zip |
Fix some item storage rules
-rw-r--r-- | db/re/item_db.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c40c51e47..abcc1acf7 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3641,7 +3641,7 @@ item_db: ( nodrop: true nocart: true noselltonpc: true - nostorage: true + nostorage: false nogstorage: true nomail: true noauction: true @@ -4821,6 +4821,9 @@ item_db: ( Sell: 25 Weight: 5 Refine: false + Trade: { + nostorage: true + } }, { Id: 836 @@ -4856,7 +4859,7 @@ item_db: ( nodrop: true nocart: true noselltonpc: true - nostorage: true + nostorage: false nogstorage: true nomail: true noauction: true |