summaryrefslogtreecommitdiff
path: root/npc/000-2-1/devis.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-1/devis.txt')
-rw-r--r--npc/000-2-1/devis.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-1/devis.txt b/npc/000-2-1/devis.txt
index ff7434da..36d5ddb6 100644
--- a/npc/000-2-1/devis.txt
+++ b/npc/000-2-1/devis.txt
@@ -6,12 +6,12 @@
// Description:
// Sleeping and grumbling NPC.
-// Size = 2
000-2-1,32,38,0 script Devis 410,{
callfunc "Asleep";
close;
OnInit:
setnpcsex 1;
+ setnpcdistance 2;
end;
}