diff options
-rw-r--r-- | db/re/item_db.conf | 6 | ||||
-rw-r--r-- | npc/functions/fishing.txt | 5 |
2 files changed, 4 insertions, 7 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index a68b88b79..48b6e00a5 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2685,7 +2685,7 @@ item_db: ( Name: "Common Carp" Type: "IT_ETC" Buy: 200 - Sell: 20 + Sell: 45 Weight: 200 Gender: "SEX_ANY" WeaponLv: 0 @@ -2702,8 +2702,8 @@ item_db: ( AegisName: "GrassCarp" Name: "Grass Carp" Type: "IT_ETC" - Buy: 600 - Sell: 60 + Buy: 500 + Sell: 100 Weight: 200 Gender: "SEX_ANY" WeaponLv: 0 diff --git a/npc/functions/fishing.txt b/npc/functions/fishing.txt index f46d55811..ca811314b 100644 --- a/npc/functions/fishing.txt +++ b/npc/functions/fishing.txt @@ -129,13 +129,10 @@ function script fishing { SmallTentacles, 0, Bread, 0, Aquada, 1, - UrchinMeat, 0, - TortugaTongue, 2, - Tentacles, 0, + Tentacles, 2, BugLeg, 0, CaveSnakeTongue, 0, Tentacles, 0, - PiouLegs, 0, RoastedMaggot, 1; } |