diff options
author | Emistry <Equinox1991@gmail.com> | 2015-09-20 00:39:10 +0800 |
---|---|---|
committer | Emistry <Equinox1991@gmail.com> | 2015-09-20 00:39:10 +0800 |
commit | c5191bc62be3e73f72b43087c4f6f21c7239930b (patch) | |
tree | f7d7b6548649f32c240da8a623b44f80c089e1c6 /db/re | |
parent | 2a77e728feb395965893b51f761849978a8eab1f (diff) | |
download | hercules-c5191bc62be3e73f72b43087c4f6f21c7239930b.tar.gz hercules-c5191bc62be3e73f72b43087c4f6f21c7239930b.tar.bz2 hercules-c5191bc62be3e73f72b43087c4f6f21c7239930b.tar.xz hercules-c5191bc62be3e73f72b43087c4f6f21c7239930b.zip |
Fix issue #687
Added missing Energy Crystal Book item_db.
Removed wrong equipments list for exchange.
Based on http://irowiki.org/wiki/Eden_Group_Crystal_Synthesis
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index b82516bb3..1f5c9d9ec 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -75013,6 +75013,13 @@ item_db: ( Weight: 10 }, { + Id: 11060 + AegisName: "Energy_Xtal_Combi_Book" + Name: "Energy Crystal Book" + Buy: 0 + Weight: 10 +}, +{ Id: 11500 AegisName: "Light_Yellow_Pot" Name: "Light Yellow Potion" |