From 71a8204bb51492e373976aeac7766cdae2ee70c0 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 Jun 2018 12:46:37 -0300 Subject: Fix place --- npc/015-2/contrabandist.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/015-2') diff --git a/npc/015-2/contrabandist.txt b/npc/015-2/contrabandist.txt index d725f39a3..f4340eb8e 100644 --- a/npc/015-2/contrabandist.txt +++ b/npc/015-2/contrabandist.txt @@ -4,7 +4,7 @@ // Description: // Contraband of foreing goods. -012-2,54,43,0 script #Contraband NPC_NO_SPRITE,{ +015-2,166,249,0 script #Contraband NPC_NO_SPRITE,{ // Store not available if (!.active) @@ -16,7 +16,7 @@ close; OnInit: .active=0; .sex = G_OTHER; - .distance = 3; + .distance = 5; end; OnMinute21: -- cgit v1.2.3-60-g2f50