diff options
author | Taylor Locke <kisuka@kisuka.com> | 2015-09-07 13:44:57 -0700 |
---|---|---|
committer | Taylor Locke <kisuka@kisuka.com> | 2015-09-07 13:44:57 -0700 |
commit | 9eafec3372ac5b65e1754d9618810a6b937f5e79 (patch) | |
tree | cc79b3ab4826e00ca685d9087386aee2300c64ee /db/re | |
parent | 679e31922a7c30dd009c90bfb19271de83681813 (diff) | |
download | hercules-9eafec3372ac5b65e1754d9618810a6b937f5e79.tar.gz hercules-9eafec3372ac5b65e1754d9618810a6b937f5e79.tar.bz2 hercules-9eafec3372ac5b65e1754d9618810a6b937f5e79.tar.xz hercules-9eafec3372ac5b65e1754d9618810a6b937f5e79.zip |
Converted all item constants to IDs for Academy. Added missing hair coupon item.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index cd303ac53..d86747f11 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -85913,6 +85913,18 @@ item_db: ( Id: 12847 AegisName: "Old_Equipment_Box" Name: "Old Equipment Box" + Type: 0 + Weight: 10 + Trade: { + nodrop: true + notrade: true + noselltonpc: true + nocart: true + nogstorage: true + nomail: true + noauction: true + } + }, { Id: 12848 |