diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-04-07 17:39:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-04-07 17:39:11 -0300 |
commit | fe42eb415d20d45e15571c01cd8d11ab979d4714 (patch) | |
tree | 13375bf63cf6e66427264dd225fcd796deaa2a3d /db/re/item_db.conf | |
parent | 865b441b24d4569a4e36bfc157f13eb95f140e44 (diff) | |
download | serverdata-fe42eb415d20d45e15571c01cd8d11ab979d4714.tar.gz serverdata-fe42eb415d20d45e15571c01cd8d11ab979d4714.tar.bz2 serverdata-fe42eb415d20d45e15571c01cd8d11ab979d4714.tar.xz serverdata-fe42eb415d20d45e15571c01cd8d11ab979d4714.zip |
Correct Cotton Gloves stats
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a6c2628ee..7e37c9af1 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -7322,17 +7322,14 @@ item_db: ( AegisName: "CottonGloves" Name: "Cotton Gloves" Type: "IT_ARMOR" - Buy: 2 - Sell: 1 - Weight: 1 - Atk: 0 - Matk: 0 - Def: 1 - Range: 0 + Buy: 900 + Sell: 300 + Weight: 60 + Def: 10 Slots: 0 Loc: "EQP_GARMENT" WeaponLv: 0 - EquipLv: 1 + EquipLv: 6 Refine: false ViewSprite: 2005 BindOnEquip: false |