summaryrefslogtreecommitdiff
path: root/npc/merchants
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2014-05-13 13:28:41 +0200
committerHaru <haru@dotalux.com>2014-05-13 13:31:10 +0200
commit00d900104ff6f4b04ded3f83d30d04b779b5754b (patch)
treef4acb191a02bdaab06436f2e7c67be2fccdf2213 /npc/merchants
parentddc16a0da2c7ce270b60769c9df35a39f587e4d2 (diff)
downloadhercules-00d900104ff6f4b04ded3f83d30d04b779b5754b.tar.gz
hercules-00d900104ff6f4b04ded3f83d30d04b779b5754b.tar.bz2
hercules-00d900104ff6f4b04ded3f83d30d04b779b5754b.tar.xz
hercules-00d900104ff6f4b04ded3f83d30d04b779b5754b.zip
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 <haru@dotalux.com>
Diffstat (limited to 'npc/merchants')
-rw-r--r--npc/merchants/clothes_dyer.txt2
-rw-r--r--npc/merchants/renters.txt2
-rw-r--r--npc/merchants/shops.txt2
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/merchants/clothes_dyer.txt b/npc/merchants/clothes_dyer.txt
index 0eaaf153c..0251d7884 100644
--- a/npc/merchants/clothes_dyer.txt
+++ b/npc/merchants/clothes_dyer.txt
@@ -171,4 +171,4 @@ function Dyes {
mes "Your clothes have been dyed "+((.@s)?.@DyeName$[getarg((.@s-1)*2)]:.@DyeName$[0])+".";
close;
}
-} \ No newline at end of file
+}
diff --git a/npc/merchants/renters.txt b/npc/merchants/renters.txt
index f6d4376cc..5944932e9 100644
--- a/npc/merchants/renters.txt
+++ b/npc/merchants/renters.txt
@@ -224,4 +224,4 @@ hu_in01,381,304,5 script Falcon Breeder#hnt 8W_SOLDIER,{
mes "...Heh heh, jealous?";
close;
}
-} \ No newline at end of file
+}
diff --git a/npc/merchants/shops.txt b/npc/merchants/shops.txt
index a1ab894d0..0a0787600 100644
--- a/npc/merchants/shops.txt
+++ b/npc/merchants/shops.txt
@@ -2240,4 +2240,4 @@ OnInit:
//= 1.9a Pet Merchant -> Lighthalzen [erKURITA]
//= 1.9b Added items to Chivas Regal
//= 1.9c Slight update for Rachel shop: Tool Dealer -> Fruit Gardener [L0ne_W0lf]
-//============================================================ \ No newline at end of file
+//============================================================