diff options
author | Micksha <Micksha@users.noreply.github.com> | 2018-08-01 11:37:44 +0200 |
---|---|---|
committer | Micksha <Micksha@users.noreply.github.com> | 2018-10-20 21:19:18 +0200 |
commit | b50aac0d27f0155d3710dde59b1fb3fb239b33c6 (patch) | |
tree | d8f1da19512ae6f3bc8ab673aa5ff5ef5608db16 /db/re | |
parent | 92a997b403ab8a8443ce2179f3a2c1d1ad11a17e (diff) | |
download | serverdata-b50aac0d27f0155d3710dde59b1fb3fb239b33c6.tar.gz serverdata-b50aac0d27f0155d3710dde59b1fb3fb239b33c6.tar.bz2 serverdata-b50aac0d27f0155d3710dde59b1fb3fb239b33c6.tar.xz serverdata-b50aac0d27f0155d3710dde59b1fb3fb239b33c6.zip |
fix zeny exploit error
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index ce88eeec..a0bd9ce3 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -3094,7 +3094,7 @@ item_db: ( AegisName: "CottonGloves" Name: "Cotton Gloves" Type: "IT_ARMOR" - Buy: 400 + Buy: 3000 Sell: 250 Weight: 60 Atk: 0 |