diff options
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 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; |