diff options
author | Reid <reidyaro@gmail.com> | 2015-12-30 02:44:40 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-30 02:44:40 +0100 |
commit | cc82e3609a1fd0f65cbafa9ff4d19ca1ddecd769 (patch) | |
tree | 988481d92f91a747d30b5332dd304bb3a9f81055 /db | |
parent | f3fbc04b4d29a05d1203b499077aeb8ddab64358 (diff) | |
download | serverdata-cc82e3609a1fd0f65cbafa9ff4d19ca1ddecd769.tar.gz serverdata-cc82e3609a1fd0f65cbafa9ff4d19ca1ddecd769.tar.bz2 serverdata-cc82e3609a1fd0f65cbafa9ff4d19ca1ddecd769.tar.xz serverdata-cc82e3609a1fd0f65cbafa9ff4d19ca1ddecd769.zip |
Fix armbands weights with teru's change on clientdata.
Diffstat (limited to 'db')
-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 8d5f4ca2..422bebc6 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1928,7 +1928,7 @@ item_db: ( Type: "IT_ARMOR" Buy: 400 Sell: 120 - Weight: 8 + Weight: 10 Atk: 0 Matk: 0 Def: 8 @@ -1954,7 +1954,7 @@ item_db: ( Type: "IT_ARMOR" Buy: 4000 Sell: 800 - Weight: 35 + Weight: 20 Atk: 0 Matk: 0 Def: 12 @@ -1980,7 +1980,7 @@ item_db: ( Type: "IT_ARMOR" Buy: 7500 Sell: 940 - Weight: 40 + Weight: 30 Atk: 0 Matk: 0 Def: 18 |