diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-17 00:28:33 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-17 00:28:33 -0300 |
commit | c65259f123b02ac9e7d3cdf0171cc990462494fb (patch) | |
tree | 4de0f1250d53fb06012f6d6d740dbb8926660677 /db | |
parent | 2d69209238d637342efa23c4b3cae6af5ecd873a (diff) | |
download | serverdata-c65259f123b02ac9e7d3cdf0171cc990462494fb.tar.gz serverdata-c65259f123b02ac9e7d3cdf0171cc990462494fb.tar.bz2 serverdata-c65259f123b02ac9e7d3cdf0171cc990462494fb.tar.xz serverdata-c65259f123b02ac9e7d3cdf0171cc990462494fb.zip |
Add a 12% cut on Dragon Scales (I think).
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 98971eade..7caf6029a 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -4619,8 +4619,8 @@ item_db: ( AegisName: "DragonScales" Name: "Dragon Scales" Type: "IT_ETC" - Buy: 10000 - Sell: 1000 + Buy: 8000 + Sell: 880 Weight: 40 Refine: false }, |