diff options
author | zackdreaver <zackdreaver@gmail.com> | 2015-03-28 13:53:21 +0700 |
---|---|---|
committer | zackdreaver <zackdreaver@gmail.com> | 2015-03-28 13:53:21 +0700 |
commit | 2979e5d7928b240ac34c9187ff369bda2bc99e2e (patch) | |
tree | e02460188e73072dd291d01baa250badcb0b8f3f /db/re | |
parent | bf807ee8875b490329078572321ff25c1cdee039 (diff) | |
download | hercules-2979e5d7928b240ac34c9187ff369bda2bc99e2e.tar.gz hercules-2979e5d7928b240ac34c9187ff369bda2bc99e2e.tar.bz2 hercules-2979e5d7928b240ac34c9187ff369bda2bc99e2e.tar.xz hercules-2979e5d7928b240ac34c9187ff369bda2bc99e2e.zip |
Fixed bug 8563
Signed-off-by: zackdreaver <zackdreaver@gmail.com>
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index e7d437892..e2f6fb699 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -106735,8 +106735,19 @@ item_db: ( Buy: 0 Weight: 600 Def: 37 + Job: 0x00000000 Loc: 16 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 15034 @@ -106746,9 +106757,20 @@ item_db: ( Buy: 0 Weight: 600 Def: 37 + Job: 0x00000000 Slots: 1 Loc: 16 Refine: false + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nostorage: true + nogstorage: true + nomail: true + noauction: true + } }, { Id: 15035 |