diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-29 08:39:36 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-29 08:39:36 +0000 |
commit | 294444a04be5fa2737bb3594edb76ae8679408c4 (patch) | |
tree | 61aa996d7862fbb42d27ed879308c2ebc532a4cc /npc/jobs/1-1e | |
parent | 07fb6e91789cb65e66d6d539c401a9cab78e6b2e (diff) | |
download | hercules-294444a04be5fa2737bb3594edb76ae8679408c4.tar.gz hercules-294444a04be5fa2737bb3594edb76ae8679408c4.tar.bz2 hercules-294444a04be5fa2737bb3594edb76ae8679408c4.tar.xz hercules-294444a04be5fa2737bb3594edb76ae8679408c4.zip |
More eof eols (followup to r10401); skipping /npc/custom and /npc/samples
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10402 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/1-1e')
-rw-r--r-- | npc/jobs/1-1e/gunslinger.txt | 2 | ||||
-rw-r--r-- | npc/jobs/1-1e/ninja.txt | 2 | ||||
-rw-r--r-- | npc/jobs/1-1e/taekwon.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/npc/jobs/1-1e/gunslinger.txt b/npc/jobs/1-1e/gunslinger.txt index 39e861ebd..e7fa1edfd 100644 --- a/npc/jobs/1-1e/gunslinger.txt +++ b/npc/jobs/1-1e/gunslinger.txt @@ -217,4 +217,4 @@ payon,184,65,3 script Mr. Tanieh 866,{ mes .@npcname$; mes "Hi son, how's life treating you? Nice day, isn't it?"; close; -}
\ No newline at end of file +} diff --git a/npc/jobs/1-1e/ninja.txt b/npc/jobs/1-1e/ninja.txt index cd9e380cd..990d26842 100644 --- a/npc/jobs/1-1e/ninja.txt +++ b/npc/jobs/1-1e/ninja.txt @@ -766,4 +766,4 @@ einbroch,184,194,3 script Exceptional Man 881,{ mes "will help you become a Ninja."; close; } -}
\ No newline at end of file +} diff --git a/npc/jobs/1-1e/taekwon.txt b/npc/jobs/1-1e/taekwon.txt index 1ae61b2d7..c272e3088 100644 --- a/npc/jobs/1-1e/taekwon.txt +++ b/npc/jobs/1-1e/taekwon.txt @@ -411,4 +411,4 @@ L_Complete: mes "never forget that you can"; mes "always rely on the basics."; close; -}
\ No newline at end of file +} |