diff options
-rw-r--r-- | db/re/item_db.conf | 2 | ||||
-rw-r--r-- | npc/003-1/eugene.txt | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 4b23c02c6..df3d7c9c5 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2710,7 +2710,7 @@ item_db: ( AegisName: "FishBox" Name: "Fish Box" Type: "IT_ETC" - Buy: 12500 + Buy: 3600 Sell: 1200 Weight: 1250 Refine: false diff --git a/npc/003-1/eugene.txt b/npc/003-1/eugene.txt index 1f221a375..e1aad9187 100644 --- a/npc/003-1/eugene.txt +++ b/npc/003-1/eugene.txt @@ -98,7 +98,7 @@ OnInit: .BaitCount = 10; tradertype(NST_MARKET); - sellitem FishBox, 1250, 5; + sellitem FishBox, -1, 5; sellitem CommonCarp, -1, 3; sellitem GrassCarp, -1, 1; @@ -110,7 +110,7 @@ OnClock0611: OnClock1200: OnClock1801: OnClock0003: - restoreshopitem FishBox, 1250, 5; + restoreshopitem FishBox, -1, 5; restoreshopitem CommonCarp, -1, 3; restoreshopitem GrassCarp, -1, 1; end; |