diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-03-19 11:16:02 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-03-19 11:16:02 -0300 |
commit | 4886a23a484b9d3e1bf7deb783eb05c79474c1c1 (patch) | |
tree | 6f78cbb9994409ca78d9bc87f87df8f6954112ad /db/re | |
parent | 4781bead3cc775414f20e90baabefad6bb2ef0aa (diff) | |
download | serverdata-4886a23a484b9d3e1bf7deb783eb05c79474c1c1.tar.gz serverdata-4886a23a484b9d3e1bf7deb783eb05c79474c1c1.tar.bz2 serverdata-4886a23a484b9d3e1bf7deb783eb05c79474c1c1.tar.xz serverdata-4886a23a484b9d3e1bf7deb783eb05c79474c1c1.zip |
Leona, the only Fairy at Lilit currently.
Part of a TBD quest. She lets you sell snake's skin based items for 20% more.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index c24d7ebe9..d9f5e7c3c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4774,7 +4774,7 @@ item_db: ( Name: "Black Mamba Skin" Type: "IT_ETC" Buy: 800 - Sell: 320 + Sell: 370 Weight: 22 }, { @@ -7581,8 +7581,8 @@ item_db: ( AegisName: "LeatherTrousers" Name: "Leather Trousers" Type: "IT_ARMOR" - Buy: 1200 - Sell: 250 + Buy: 12000 + Sell: 1250 Weight: 280 Def: 32 Loc: "EQP_HEAD_LOW" |