diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-22 12:48:11 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-22 12:48:11 -0300 |
commit | f36e54633e3fc8cb89b33e3916136782814634e2 (patch) | |
tree | 5bb284dc907aca135dcc983479da1ebf63cd1734 | |
parent | eb0e4ac85a7331a212e979f126df477c12d14810 (diff) | |
download | serverdata-f36e54633e3fc8cb89b33e3916136782814634e2.tar.gz serverdata-f36e54633e3fc8cb89b33e3916136782814634e2.tar.bz2 serverdata-f36e54633e3fc8cb89b33e3916136782814634e2.tar.xz serverdata-f36e54633e3fc8cb89b33e3916136782814634e2.zip |
Bad distance
-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 612ec859c..95c81c1f0 100644 --- a/npc/015-2/contrabandist.txt +++ b/npc/015-2/contrabandist.txt @@ -16,7 +16,7 @@ close; OnInit: .active=0; .sex = G_OTHER; - .distance = 5; + .distance = 7; if (true || debug) { setnpcdisplay .name$, NPC_KOGA; |