summaryrefslogtreecommitdiff
path: root/npc/000-2-1/dan.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-1/dan.txt')
-rw-r--r--npc/000-2-1/dan.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/npc/000-2-1/dan.txt b/npc/000-2-1/dan.txt
index 3cebb9cc..23724e31 100644
--- a/npc/000-2-1/dan.txt
+++ b/npc/000-2-1/dan.txt
@@ -6,7 +6,6 @@
// Dan will randomly choose between a useless sentence, and a quest in Artis.
000-2-1.gat, 32,31,0,1 script Dan 101;2,{
-
mesn;
set @q, rand(3);
if (@q == 0) goto l_QuestStory;
@@ -81,5 +80,4 @@ l_Quit2:
mes col(l("Dan ends the conversation and resumes to write his letter."), 9);
close;
-
}