summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-11-24 20:55:51 -0800
committerBen Longbons <b.r.longbons@gmail.com>2013-11-24 20:55:51 -0800
commit8aa4cc37857682ede53f4e8fba206a490f20ed4a (patch)
tree83c943bd4b4ff82740b033a8477995e1cc043cf3
parente8c324b4435a94877934f89c3ee339df52247062 (diff)
downloadserverdata-8aa4cc37857682ede53f4e8fba206a490f20ed4a.tar.gz
serverdata-8aa4cc37857682ede53f4e8fba206a490f20ed4a.tar.bz2
serverdata-8aa4cc37857682ede53f4e8fba206a490f20ed4a.tar.xz
serverdata-8aa4cc37857682ede53f4e8fba206a490f20ed4a.zip
Add missing newlines at end of file
-rw-r--r--world/map/npc/012-1/amrak.txt2
-rw-r--r--world/map/npc/012-1/injured-mouboo.txt2
-rw-r--r--world/map/npc/012-3/mana-seed.txt2
-rw-r--r--world/map/npc/013-1/sagatha.txt2
-rw-r--r--world/map/npc/014-1/wedding-officiator.txt2
-rw-r--r--world/map/npc/015-1/sword.txt2
-rw-r--r--world/map/npc/020-1/well.txt2
-rw-r--r--world/map/npc/021-2/bakery.txt2
-rw-r--r--world/map/npc/027-3/entrance.txt2
-rw-r--r--world/map/npc/functions/strangerquiz.txt2
10 files changed, 10 insertions, 10 deletions
diff --git a/world/map/npc/012-1/amrak.txt b/world/map/npc/012-1/amrak.txt
index 74e6cd88..8997631f 100644
--- a/world/map/npc/012-1/amrak.txt
+++ b/world/map/npc/012-1/amrak.txt
@@ -8,4 +8,4 @@
mes "[Amrak]";
mes "\"Unfortunately, I've had trouble getting up there. The monsters in these caves scare me.\"";
close;
-} \ No newline at end of file
+}
diff --git a/world/map/npc/012-1/injured-mouboo.txt b/world/map/npc/012-1/injured-mouboo.txt
index 91042c13..5f629cbe 100644
--- a/world/map/npc/012-1/injured-mouboo.txt
+++ b/world/map/npc/012-1/injured-mouboo.txt
@@ -217,4 +217,4 @@ S_update_var:
(QUEST_MAGIC & ~(@Q_MASK)
| (@Q_wr_status << @Q_SHIFT));
return;
-} \ No newline at end of file
+}
diff --git a/world/map/npc/012-3/mana-seed.txt b/world/map/npc/012-3/mana-seed.txt
index 05e27697..b6c806d2 100644
--- a/world/map/npc/012-3/mana-seed.txt
+++ b/world/map/npc/012-3/mana-seed.txt
@@ -238,4 +238,4 @@ L_magic_destroy:
L_end:
close;
-} \ No newline at end of file
+}
diff --git a/world/map/npc/013-1/sagatha.txt b/world/map/npc/013-1/sagatha.txt
index a25db145..8f975af3 100644
--- a/world/map/npc/013-1/sagatha.txt
+++ b/world/map/npc/013-1/sagatha.txt
@@ -448,4 +448,4 @@ S_update_var:
(QUEST_MAGIC & ~(@Q_MASK)
| (@Q_status << @Q_SHIFT));
return;
-} \ No newline at end of file
+}
diff --git a/world/map/npc/014-1/wedding-officiator.txt b/world/map/npc/014-1/wedding-officiator.txt
index a576fae9..cb8249c0 100644
--- a/world/map/npc/014-1/wedding-officiator.txt
+++ b/world/map/npc/014-1/wedding-officiator.txt
@@ -245,4 +245,4 @@ L_No_Room_For_Rings:
mes "[Wedding Officiator]";
mes "\"You don't have room to carry the rings.\"";
close;
-} \ No newline at end of file
+}
diff --git a/world/map/npc/015-1/sword.txt b/world/map/npc/015-1/sword.txt
index e68d54ef..a20d9ef2 100644
--- a/world/map/npc/015-1/sword.txt
+++ b/world/map/npc/015-1/sword.txt
@@ -325,4 +325,4 @@ S_update_var:
(QUEST_MAGIC & ~(@Q_MASK)
| (@Q_status << @Q_SHIFT));
return;
-} \ No newline at end of file
+}
diff --git a/world/map/npc/020-1/well.txt b/world/map/npc/020-1/well.txt
index 17b63c5c..1bd1fafb 100644
--- a/world/map/npc/020-1/well.txt
+++ b/world/map/npc/020-1/well.txt
@@ -128,4 +128,4 @@ S_Update_Var:
(QUEST_Nivalis_state & ~(@Q_MASK)
| (@Q_status << @Q_SHIFT));
return;
-} \ No newline at end of file
+}
diff --git a/world/map/npc/021-2/bakery.txt b/world/map/npc/021-2/bakery.txt
index 5239c498..738c90c2 100644
--- a/world/map/npc/021-2/bakery.txt
+++ b/world/map/npc/021-2/bakery.txt
@@ -236,4 +236,4 @@ L_SeeBunny:
mes "";
mes "\"We come here every week. This place has some of the best bread I've ever eaten!\"";
close;
-} \ No newline at end of file
+}
diff --git a/world/map/npc/027-3/entrance.txt b/world/map/npc/027-3/entrance.txt
index 5449a12c..01ee28ce 100644
--- a/world/map/npc/027-3/entrance.txt
+++ b/world/map/npc/027-3/entrance.txt
@@ -42,4 +42,4 @@ OnTimer2000:
+ "The only way to get out is to defeat the reaper"
+ "or die...";
close;
-} \ No newline at end of file
+}
diff --git a/world/map/npc/functions/strangerquiz.txt b/world/map/npc/functions/strangerquiz.txt
index 211e7e4b..b3488649 100644
--- a/world/map/npc/functions/strangerquiz.txt
+++ b/world/map/npc/functions/strangerquiz.txt
@@ -5,4 +5,4 @@ function|script|StrangerQuiz|,
// return in @quizanswer$
set @quizanswer$, getspellinvocation(@quizparam$);
return;
-} \ No newline at end of file
+}