diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 13:07:26 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 13:07:26 -0300 |
commit | 1ec4713160b32a0364806e324d04d946892d08ab (patch) | |
tree | b93b8b0e9d6a4178a0561820eabf21bf28d716a8 /npc/015-2 | |
parent | 72ce1f8218902a796c8bd45ae8b7d69e8a1f46bf (diff) | |
download | serverdata-1ec4713160b32a0364806e324d04d946892d08ab.tar.gz serverdata-1ec4713160b32a0364806e324d04d946892d08ab.tar.bz2 serverdata-1ec4713160b32a0364806e324d04d946892d08ab.tar.xz serverdata-1ec4713160b32a0364806e324d04d946892d08ab.zip |
bad formula
Diffstat (limited to 'npc/015-2')
-rw-r--r-- | npc/015-2/contrabandist.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/015-2/contrabandist.txt b/npc/015-2/contrabandist.txt index bc0ffca9f..6db8ab0ba 100644 --- a/npc/015-2/contrabandist.txt +++ b/npc/015-2/contrabandist.txt @@ -26,7 +26,7 @@ close; stopselling(ThornArrow); } function Contraband_Load { - .DDMPrice=min(30000,50000-($ARKIM_ST/2)+(4500/2)); + .DDMPrice=max(30000,50000-($ARKIM_ST/2)+(4500/2)); if ($ARKIM_ST > 4500) sellitem DarkDesertMushroom, .DDMPrice, 1; |