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/events/idul_fitri.txt | 2 +- npc/events/valentinesday.txt | 2 +- npc/events/valentinesday_2012.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/events') diff --git a/npc/events/idul_fitri.txt b/npc/events/idul_fitri.txt index b308335cb..65964234a 100644 --- a/npc/events/idul_fitri.txt +++ b/npc/events/idul_fitri.txt @@ -68,4 +68,4 @@ prontera,146,92,3 script Cellerb 1_M_MERCHANT,{ emotion e_hmm; close; } -} \ No newline at end of file +} diff --git a/npc/events/valentinesday.txt b/npc/events/valentinesday.txt index fd26be298..5f6289d13 100644 --- a/npc/events/valentinesday.txt +++ b/npc/events/valentinesday.txt @@ -126,4 +126,4 @@ prt_castle,54,34,4 script Carl Orleans 1_M_01,{ mes "[Carl Orleans]"; mes "Enjoy."; close; -} \ No newline at end of file +} diff --git a/npc/events/valentinesday_2012.txt b/npc/events/valentinesday_2012.txt index cf1625891..fc328712d 100644 --- a/npc/events/valentinesday_2012.txt +++ b/npc/events/valentinesday_2012.txt @@ -153,4 +153,4 @@ mosk_in,21,244,3 script Baker Extraordinaire 4_M_NOVELIST,{ mes "Hello, "+strcharinfo(0)+"!"; close; } -} \ No newline at end of file +} -- cgit v1.2.3-70-g09d2