diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-05-10 21:55:04 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-05-10 21:55:04 -0300 |
commit | 3cf441134f8998dd1b3f44d463b1ace53f4c24e3 (patch) | |
tree | 8a877176e650603316806f90c9ff2b2df3fde617 /db | |
parent | 6e4c7b47744ffe54a0cd00ed04ab113279ffc0b1 (diff) | |
download | serverdata-3cf441134f8998dd1b3f44d463b1ace53f4c24e3.tar.gz serverdata-3cf441134f8998dd1b3f44d463b1ace53f4c24e3.tar.bz2 serverdata-3cf441134f8998dd1b3f44d463b1ace53f4c24e3.tar.xz serverdata-3cf441134f8998dd1b3f44d463b1ace53f4c24e3.zip |
Common Carp sell price is 57 and not a single gold coin moar :inGame_e: @Saulc
Reduce buy price to 114 GP so further changes provoke pipeline failure >.> I'll revert it anyway
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 f22d87d88..85836f093 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2695,8 +2695,8 @@ item_db: ( AegisName: "CommonCarp" Name: "Common Carp" Type: "IT_ETC" - Buy: 200 - Sell: 62 + Buy: 114 + Sell: 57 Weight: 200 WeaponLv: 0 EquipLv: 0 |