diff options
author | Reid <reidyaro@gmail.com> | 2016-04-11 03:59:52 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-04-11 03:59:52 +0200 |
commit | b0af0f82b3760d086852c94d011d3dcab87cf053 (patch) | |
tree | 9ee64c47d3046d5ec7470f03b2aabfef17d9729d /db/re | |
parent | ecc91fbd95affe37ad5f810a791124233fc5337d (diff) | |
download | serverdata-b0af0f82b3760d086852c94d011d3dcab87cf053.tar.gz serverdata-b0af0f82b3760d086852c94d011d3dcab87cf053.tar.bz2 serverdata-b0af0f82b3760d086852c94d011d3dcab87cf053.tar.xz serverdata-b0af0f82b3760d086852c94d011d3dcab87cf053.zip |
Change books's type from IT_HEALING to IT_USABLE.
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 2c00e542..5f1a45c3 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -560,7 +560,7 @@ item_db: ( Id: 514 AegisName: "OldBook" Name: "Old Book" - Type: "IT_HEALING" + Type: "IT_USABLE" Buy: 30 Sell: 10 Weight: 25 @@ -1125,7 +1125,7 @@ item_db: ( Id: 532 AegisName: "PiouAndTheFluffy" Name: "Piou and The Fluffy" - Type: "IT_HEALING" + Type: "IT_USABLE" Buy: 50 Sell: 11 Weight: 25 @@ -1154,7 +1154,7 @@ item_db: ( Id: 533 AegisName: "PoemAboutPoems" Name: "Poem about Poems" - Type: "IT_HEALING" + Type: "IT_USABLE" Buy: 40 Sell: 10 Weight: 20 @@ -1183,7 +1183,7 @@ item_db: ( Id: 534 AegisName: "ChorusOfTheWoods" Name: "Chorus of the Woods" - Type: "IT_HEALING" + Type: "IT_USABLE" Buy: 30 Sell: 10 Weight: 25 |