diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-16 12:52:39 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-16 12:52:39 -0200 |
commit | 2e3c88ef74938102f0b7a07eea30505ddb39b6bc (patch) | |
tree | 262eed1fe670c44d905924006e67b266ff3bdd05 /npc/003-1/eugene.txt | |
parent | 9e195a8d884e78472a7bd41bde38297be955d1c0 (diff) | |
download | serverdata-2e3c88ef74938102f0b7a07eea30505ddb39b6bc.tar.gz serverdata-2e3c88ef74938102f0b7a07eea30505ddb39b6bc.tar.bz2 serverdata-2e3c88ef74938102f0b7a07eea30505ddb39b6bc.tar.xz serverdata-2e3c88ef74938102f0b7a07eea30505ddb39b6bc.zip |
Rebalance a bit Tulimshar Sailors Quest (avg profit: 800 → 1800 GP)
Diffstat (limited to 'npc/003-1/eugene.txt')
-rw-r--r-- | npc/003-1/eugene.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/003-1/eugene.txt b/npc/003-1/eugene.txt index a80a1f012..a0bf2da47 100644 --- a/npc/003-1/eugene.txt +++ b/npc/003-1/eugene.txt @@ -98,7 +98,7 @@ L_QuestDone: OnInit: tradertype(NST_MARKET); - sellitem FishBox, 2500, 5; + sellitem FishBox, 1250, 5; sellitem CommonCarp, -1, 3; sellitem GrassCarp, -1, 1; @@ -110,7 +110,7 @@ OnClock0611: OnClock1200: OnClock1801: OnClock0003: - restoreshopitem FishBox, 2500, 5; + restoreshopitem FishBox, 1250, 5; restoreshopitem CommonCarp, -1, 3; restoreshopitem GrassCarp, -1, 1; end; |