diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-20 15:22:04 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-20 15:22:04 -0200 |
commit | 9d6933067964e400968d913e1381265df24118a9 (patch) | |
tree | 0c3bb88605061a2f94a04d0d6b7f7c2d445c3393 /npc | |
parent | 80e759549e85ca74836427364643316b659ebd86 (diff) | |
download | serverdata-9d6933067964e400968d913e1381265df24118a9.tar.gz serverdata-9d6933067964e400968d913e1381265df24118a9.tar.bz2 serverdata-9d6933067964e400968d913e1381265df24118a9.tar.xz serverdata-9d6933067964e400968d913e1381265df24118a9.zip |
Alright alright, you win, you win
Diffstat (limited to 'npc')
-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; |