diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-11 21:02:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-11 21:02:10 -0300 |
commit | b243d3af37f1b498a59a785b24f09c5adc643f66 (patch) | |
tree | 54f1d98380917d7ea109bba75836216d9577ca8b /db/re/item_db.conf | |
parent | c920bf1cda75af9bb54139ff22c8e9fabc71375c (diff) | |
download | serverdata-b243d3af37f1b498a59a785b24f09c5adc643f66.tar.gz serverdata-b243d3af37f1b498a59a785b24f09c5adc643f66.tar.bz2 serverdata-b243d3af37f1b498a59a785b24f09c5adc643f66.tar.xz serverdata-b243d3af37f1b498a59a785b24f09c5adc643f66.zip |
Fix Rented Cart bugTonori-Canyon
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 0b4c50ad8..bfb699cff 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -14659,6 +14659,7 @@ item_db: ( Trade: { notrade: true nodrop: true + nocart: true noselltonpc: true nogstorage: true nomail: true |