diff options
author | Haru <haru@dotalux.com> | 2014-05-13 13:28:41 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2014-05-13 13:31:10 +0200 |
commit | 00d900104ff6f4b04ded3f83d30d04b779b5754b (patch) | |
tree | f4acb191a02bdaab06436f2e7c67be2fccdf2213 /npc/re/warps | |
parent | ddc16a0da2c7ce270b60769c9df35a39f587e4d2 (diff) | |
download | hercules-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/re/warps')
-rw-r--r-- | npc/re/warps/cities/dicastes.txt | 2 | ||||
-rw-r--r-- | npc/re/warps/other/jobquests.txt | 2 | ||||
-rw-r--r-- | npc/re/warps/other/s_workshop.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/re/warps/cities/dicastes.txt b/npc/re/warps/cities/dicastes.txt index 6ad933aa3..15e64a31f 100644 --- a/npc/re/warps/cities/dicastes.txt +++ b/npc/re/warps/cities/dicastes.txt @@ -69,4 +69,4 @@ dic_in01,57,48,0 duplicate(Elevator#main) Elevator#9 CLEAR_NPC dic_in01,137,46,0 duplicate(Elevator#main) Elevator#10 CLEAR_NPC dic_in01,222,46,0 duplicate(Elevator#main) Elevator#11 CLEAR_NPC dic_in01,388,272,0 duplicate(Elevator#main) Elevator#12 CLEAR_NPC -dic_in01,389,208,0 duplicate(Elevator#main) Elevator#13 CLEAR_NPC
\ No newline at end of file +dic_in01,389,208,0 duplicate(Elevator#main) Elevator#13 CLEAR_NPC diff --git a/npc/re/warps/other/jobquests.txt b/npc/re/warps/other/jobquests.txt index 39eebc334..cefa5dd5f 100644 --- a/npc/re/warps/other/jobquests.txt +++ b/npc/re/warps/other/jobquests.txt @@ -47,4 +47,4 @@ job3_gen01,71,56,0 warp #from2to1gen 1,1,job3_gen01,11,60 //============================================================================== //Shadow Chaser //============================================================================== -job3_sha01,71,19,0 warp shadowc1 1,1,tha_t01,149,224
\ No newline at end of file +job3_sha01,71,19,0 warp shadowc1 1,1,tha_t01,149,224 diff --git a/npc/re/warps/other/s_workshop.txt b/npc/re/warps/other/s_workshop.txt index 286c63e45..32895ee74 100644 --- a/npc/re/warps/other/s_workshop.txt +++ b/npc/re/warps/other/s_workshop.txt @@ -26,4 +26,4 @@ s_atelier,80,66,0 warp s_atelier0012 1,1,s_atelier,32,56 s_atelier,109,129,0 warp s_atelier0013 1,1,s_atelier,159,125 s_atelier,160,130,0 warp s_atelier0014 1,1,s_atelier,114,129 yuno,278,66,0 warp s_atelier0015 1,1,s_atelier,111,122 -s_atelier,107,122,0 warp s_atelier0016 1,1,yuno,274,66
\ No newline at end of file +s_atelier,107,122,0 warp s_atelier0016 1,1,yuno,274,66 |