diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-28 14:15:15 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-28 14:15:15 -0300 |
commit | 1ce4856b7c4778509dbab81992afecd910f640ff (patch) | |
tree | e359403d3cb7a2c3682cba3b73182ffe30176ad5 /db | |
parent | e02a27956f629cefbd7d6839c0587ad7d121ba23 (diff) | |
download | serverdata-1ce4856b7c4778509dbab81992afecd910f640ff.tar.gz serverdata-1ce4856b7c4778509dbab81992afecd910f640ff.tar.bz2 serverdata-1ce4856b7c4778509dbab81992afecd910f640ff.tar.xz serverdata-1ce4856b7c4778509dbab81992afecd910f640ff.zip |
TR on Recipe Book
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index afccf9ce2..75a7fca70 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1237,6 +1237,14 @@ item_db: ( Sell: 0 Weight: 20 KeepAfterUse: true + Trade: { + notrade: true + nodrop: true + noselltonpc: true + nogstorage: true + nomail: true + noauction: true + } Script: <" doevent "#RecipeBook::OnUse"; "> |