diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-26 21:50:10 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-26 21:50:10 -0300 |
commit | 7af11c10692206f2b5e959e5b9260e2bc684e6ac (patch) | |
tree | 56a7f7d5d8e5f6e3ba583c66314c40d04146fc94 /db | |
parent | 115cfb7d351e47034da7ea736e706d82d6a08ece (diff) | |
download | serverdata-7af11c10692206f2b5e959e5b9260e2bc684e6ac.tar.gz serverdata-7af11c10692206f2b5e959e5b9260e2bc684e6ac.tar.bz2 serverdata-7af11c10692206f2b5e959e5b9260e2bc684e6ac.tar.xz serverdata-7af11c10692206f2b5e959e5b9260e2bc684e6ac.zip |
Bronze, Silver and Golden gift may now be dropped.
Acidental dropping protection not possible.
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 953e2c0b5..7a649b7f5 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1699,7 +1699,6 @@ item_db: ( KeepAfterUse: false Refine: false Trade: { - nodrop: true noselltonpc: true nogstorage: true nomail: true @@ -1726,7 +1725,6 @@ item_db: ( KeepAfterUse: false Refine: false Trade: { - nodrop: true noselltonpc: true nogstorage: true nomail: true @@ -1753,7 +1751,6 @@ item_db: ( KeepAfterUse: false Refine: false Trade: { - nodrop: true noselltonpc: true nogstorage: true nomail: true |