diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-30 16:51:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-30 16:51:11 -0300 |
commit | e0bb67d66ff0492d3e700c395ac744c80f6f6f93 (patch) | |
tree | 32cfedbbf668384e32fdc62da57fce1f10e31741 /npc/015-2 | |
parent | 48d2792b20a0b58dd8e8b0648ce53ab67eb9c017 (diff) | |
download | serverdata-e0bb67d66ff0492d3e700c395ac744c80f6f6f93.tar.gz serverdata-e0bb67d66ff0492d3e700c395ac744c80f6f6f93.tar.bz2 serverdata-e0bb67d66ff0492d3e700c395ac744c80f6f6f93.tar.xz serverdata-e0bb67d66ff0492d3e700c395ac744c80f6f6f93.zip |
Fix bugs
Diffstat (limited to 'npc/015-2')
-rw-r--r-- | npc/015-2/contrabandist.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/015-2/contrabandist.txt b/npc/015-2/contrabandist.txt index df0424c81..6f52c49af 100644 --- a/npc/015-2/contrabandist.txt +++ b/npc/015-2/contrabandist.txt @@ -14,6 +14,9 @@ openshop; close; function Contraband_Unload { + if ($ARKIM_ST > 4500) + stopselling(DarkDesertMushroom); + if (getarg(0,0) & 1) stopselling(IronOre); if (getarg(0,0) & 2) |