diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-11 01:32:37 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-11 01:32:37 -0200 |
commit | c5f225e548fb28649566970c45f0cd28b2bb91da (patch) | |
tree | 91de689861f1ca4ed5dca323a22ad4fc0e72c02b | |
parent | ae75e8942ef7f30f515b04d08aa2d23f5cae7437 (diff) | |
download | serverdata-c5f225e548fb28649566970c45f0cd28b2bb91da.tar.gz serverdata-c5f225e548fb28649566970c45f0cd28b2bb91da.tar.bz2 serverdata-c5f225e548fb28649566970c45f0cd28b2bb91da.tar.xz serverdata-c5f225e548fb28649566970c45f0cd28b2bb91da.zip |
Make RoundLeatherShield more accessible, we have more shields now
-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 237fe7b04..1c7accdc5 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -7837,8 +7837,8 @@ item_db: ( AegisName: "RoundLeatherShield" Name: "Round Leather Shield" Type: "IT_ARMOR" - Buy: 2000 - Sell: 500 + Buy: 500 + Sell: 100 Weight: 90 Def: 9 Loc: "EQP_HAND_L" |