diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-15 21:51:29 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-15 21:51:29 -0200 |
commit | 527c4d3bba66e2ff2d6161dcf24a0be98def9941 (patch) | |
tree | b9281cfa07ad5df2c49e38e3b1848782f226b0b5 /db | |
parent | c85273d3098c0fdd07fc68ebb3dc85c90a350376 (diff) | |
download | serverdata-527c4d3bba66e2ff2d6161dcf24a0be98def9941.tar.gz serverdata-527c4d3bba66e2ff2d6161dcf24a0be98def9941.tar.bz2 serverdata-527c4d3bba66e2ff2d6161dcf24a0be98def9941.tar.xz serverdata-527c4d3bba66e2ff2d6161dcf24a0be98def9941.zip |
Sell a Knife at Candor, instead of Small Knife (quest item now).
Lower its price. Increase a timer in Tutorial.
Diffstat (limited to 'db')
-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 ed8ae345a..2eb6f862f 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9693,8 +9693,8 @@ item_db: ( AegisName: "Knife" Name: "Knife" Type: "IT_WEAPON" - Buy: 200 - Sell: 90 + Buy: 180 + Sell: 80 Weight: 120 Atk: 50 Matk: 0 |