From 00d900104ff6f4b04ded3f83d30d04b779b5754b Mon Sep 17 00:00:00 2001 From: Haru Date: Tue, 13 May 2014 13:28:41 +0200 Subject: Fixed several files with a missing EOL at EOF - All text files should end with an EOL. Period. - See http://robots.thoughtbot.com/no-newline-at-end-of-file for info on how to configure the most common text editors to do it automatically for you. Signed-off-by: Haru --- npc/pre-re/guides/guides_alberta.txt | 2 +- npc/pre-re/guides/guides_moscovia.txt | 2 +- npc/pre-re/mobs/fields/splendide.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/pre-re') diff --git a/npc/pre-re/guides/guides_alberta.txt b/npc/pre-re/guides/guides_alberta.txt index ebdc144e9..f4a0d12ce 100644 --- a/npc/pre-re/guides/guides_alberta.txt +++ b/npc/pre-re/guides/guides_alberta.txt @@ -154,4 +154,4 @@ alberta,23,238,4 script Guide#alb::AlbGuide 8W_SOLDIER,{ end; } -alberta,120,60,3 duplicate(AlbGuide) Guide#2alb 8W_SOLDIER \ No newline at end of file +alberta,120,60,3 duplicate(AlbGuide) Guide#2alb 8W_SOLDIER diff --git a/npc/pre-re/guides/guides_moscovia.txt b/npc/pre-re/guides/guides_moscovia.txt index b71f35006..49975358f 100644 --- a/npc/pre-re/guides/guides_moscovia.txt +++ b/npc/pre-re/guides/guides_moscovia.txt @@ -87,4 +87,4 @@ moscovia,161,76,4 script Moscovia Guide#mosk 4_F_RUSWOMAN1,{ mes "Take care."; close; } -} \ No newline at end of file +} diff --git a/npc/pre-re/mobs/fields/splendide.txt b/npc/pre-re/mobs/fields/splendide.txt index 67c054b1e..70f145e08 100644 --- a/npc/pre-re/mobs/fields/splendide.txt +++ b/npc/pre-re/mobs/fields/splendide.txt @@ -27,4 +27,4 @@ spl_fild02,0,0,0,0 monster Luciola Vespa 1994,15,0,0,0 spl_fild03,0,0,0,0 monster Luciola Vespa 1994,35,0,0,0 spl_fild03,0,0,0,0 monster Cornus 1992,25,0,0,0 spl_fild03,0,0,0,0 monster Naga 1993,20,0,0,0 -spl_fild03,0,0,0,0 monster Tendril Lion 1991,1,3600000,0,0 \ No newline at end of file +spl_fild03,0,0,0,0 monster Tendril Lion 1991,1,3600000,0,0 -- cgit v1.2.3-70-g09d2