diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-04 21:59:09 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-04 21:59:09 -0200 |
commit | 9d170c2c8269f69c424d1266130e83152314a0b9 (patch) | |
tree | 258c2119598de8e4d7530406ee26daa093516f8b /npc/005-4 | |
parent | 84427d0a09b2115fe301a57837bee83004045613 (diff) | |
download | serverdata-9d170c2c8269f69c424d1266130e83152314a0b9.tar.gz serverdata-9d170c2c8269f69c424d1266130e83152314a0b9.tar.bz2 serverdata-9d170c2c8269f69c424d1266130e83152314a0b9.tar.xz serverdata-9d170c2c8269f69c424d1266130e83152314a0b9.zip |
Bad function at Tolchi
Diffstat (limited to 'npc/005-4')
-rw-r--r-- | npc/005-4/tolchi.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/005-4/tolchi.txt b/npc/005-4/tolchi.txt index 39ef66ab1..a9345b66c 100644 --- a/npc/005-4/tolchi.txt +++ b/npc/005-4/tolchi.txt @@ -145,7 +145,7 @@ function tolchi_arrows { // Price: 120~200, with 25 GP discount per task done (max. 3 tasks atm) - .@price=min(120, 200-(@q*25)); + .@price=max(120, 200-(@q*25)); mesn; mesq l("Well, I can sell you a random box with almost 100 @@ for just @@ GP.", getitemlink(TolchiArrow), .@price); next; |