diff options
author | Ledmitz <smoothshifter@tuta.io> | 2024-08-07 22:00:55 -0300 |
---|---|---|
committer | Led Mitz <smoothshifter@tuta.io> | 2024-08-16 17:34:10 +0000 |
commit | c99701a99de8d132377dd294980949f85f029a54 (patch) | |
tree | b71981182d2b880111322a166be413d67baabdd9 /world/map/db/item_db.conf | |
parent | 9c96675edb834d5b8c45e98f39cc4279122c5336 (diff) | |
download | serverdata-c99701a99de8d132377dd294980949f85f029a54.tar.gz serverdata-c99701a99de8d132377dd294980949f85f029a54.tar.bz2 serverdata-c99701a99de8d132377dd294980949f85f029a54.tar.xz serverdata-c99701a99de8d132377dd294980949f85f029a54.zip |
Made weight match the description as was intended, once again... and made the price much lower to fall in line with reg and iron arrows.
Diffstat (limited to 'world/map/db/item_db.conf')
-rw-r--r-- | world/map/db/item_db.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/db/item_db.conf b/world/map/db/item_db.conf index b8841cef..474abb90 100644 --- a/world/map/db/item_db.conf +++ b/world/map/db/item_db.conf @@ -1234,9 +1234,9 @@ item_db: ( AegisName: "BoneArrows" Name: "BoneArrows" Type: "IT_AMMO" - Buy: 50 - Sell: 20 - Weight: 0 + Buy: 8 + Sell: 4 + Weight: 1 Atk: 55 Slots: 0 Loc: "EQP_AMMO" |