diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-04-26 07:09:45 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-04-26 07:09:45 -0300 |
commit | 0023c636969e98938310ed5b5197a3c6fbdf828a (patch) | |
tree | c128ca5d79d45c5f0f2d6552666877941554a77b /npc | |
parent | 42bd19cda5825702f831e0a731fcce3cc0cee0aa (diff) | |
download | serverdata-0023c636969e98938310ed5b5197a3c6fbdf828a.tar.gz serverdata-0023c636969e98938310ed5b5197a3c6fbdf828a.tar.bz2 serverdata-0023c636969e98938310ed5b5197a3c6fbdf828a.tar.xz serverdata-0023c636969e98938310ed5b5197a3c6fbdf828a.zip |
600 gp -> 900 gp (bad base value)
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/eugene.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/eugene.txt b/npc/003-1/eugene.txt index 63bc7109e..2d5478ede 100644 --- a/npc/003-1/eugene.txt +++ b/npc/003-1/eugene.txt @@ -131,7 +131,7 @@ L_Sidequest: OnInit: .BaitID = SmallTentacles; .BaitCount = 10; - .SuperPrice = 600; // 600% profit (normal is 500%, but fishing is harder) + .SuperPrice = 900; // 600% profit (normal is 500%, but fishing is harder) tradertype(NST_MARKET); sellitem SmallFishingNet, -1, 1; |