diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-25 20:32:58 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-25 20:32:58 -0300 |
commit | 098922ed0b8ba57b9bd723ad140bd3d059b5cfc2 (patch) | |
tree | 5ee446d28b0175976341ded23cba67a468401a55 /npc | |
parent | ebaba3f7e763d93d4ec68aa2d6bc29344d8e0b07 (diff) | |
download | serverdata-098922ed0b8ba57b9bd723ad140bd3d059b5cfc2.tar.gz serverdata-098922ed0b8ba57b9bd723ad140bd3d059b5cfc2.tar.bz2 serverdata-098922ed0b8ba57b9bd723ad140bd3d059b5cfc2.tar.xz serverdata-098922ed0b8ba57b9bd723ad140bd3d059b5cfc2.zip |
Fix bug
Diffstat (limited to 'npc')
-rw-r--r-- | npc/015-2/contrabandist.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/015-2/contrabandist.txt b/npc/015-2/contrabandist.txt index b3aae211f..df0424c81 100644 --- a/npc/015-2/contrabandist.txt +++ b/npc/015-2/contrabandist.txt @@ -67,6 +67,7 @@ OnInit: } tradertype(NST_MARKET); + sellitem Arrow, -1, 1; end; OnMinute21: |