diff options
-rw-r--r-- | world/map/db/item_db.conf | 4 | ||||
-rw-r--r-- | world/map/db/item_db_generic.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index 644a9a9e..23913ef7 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -5888,7 +5888,7 @@ item_db: ( Name: "MountainCrystal" Type: "IT_ETC" Buy: 20000 - Sell: 10000 + Sell: 5000 Weight: 20 Refine: false ViewSprite: 5384 @@ -5899,7 +5899,7 @@ item_db: ( Name: "BlackQuarz" Type: "IT_ETC" Buy: 20000 - Sell: 10000 + Sell: 5000 Weight: 20 Refine: false ViewSprite: 5385 diff --git a/world/map/db/item_db_generic.txt b/world/map/db/item_db_generic.txt index 731a2d33..185ff414 100644 --- a/world/map/db/item_db_generic.txt +++ b/world/map/db/item_db_generic.txt @@ -306,5 +306,5 @@ 5378, Beeswax, 3, 2000, 1000, 10, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} 5380, Stone, 3, 1000, 500, 60, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} 5381, Brick, 3, 2000, 1000, 40, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} -5384, MountainCrystal, 3, 20000, 10000, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} -5385, BlackQuarz, 3, 20000, 10000, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} +5384, MountainCrystal, 3, 20000, 5000, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} +5385, BlackQuarz, 3, 20000, 5000, 20, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, {}, {} |