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/2-1a | |
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/2-1a')
-rw-r--r-- | npc/jobs/2-1a/AssassinCross.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-1a/HighPriest.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-1a/HighWizard.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-1a/LordKnight.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-1a/Sniper.txt | 2 | ||||
-rw-r--r-- | npc/jobs/2-1a/WhiteSmith.txt | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/npc/jobs/2-1a/AssassinCross.txt b/npc/jobs/2-1a/AssassinCross.txt index 49a82d0f3..fc5340fed 100644 --- a/npc/jobs/2-1a/AssassinCross.txt +++ b/npc/jobs/2-1a/AssassinCross.txt @@ -18,4 +18,4 @@ // -== Assassin Cross ==- valkyrie,44,58,6 script Assassin Cross 725,{ callfunc "F_Rebirth",Job_Thief_High,"Thief High",Job_Assassin_Cross,"Assassin Cross"; -}
\ No newline at end of file +} diff --git a/npc/jobs/2-1a/HighPriest.txt b/npc/jobs/2-1a/HighPriest.txt index c2b8e415d..448ac1fdc 100644 --- a/npc/jobs/2-1a/HighPriest.txt +++ b/npc/jobs/2-1a/HighPriest.txt @@ -18,4 +18,4 @@ // -== High Priest ==- valkyrie,44,42,6 script High Priest 60,{ callfunc "F_Rebirth",Job_Acolyte_High,"Acolyte High",Job_High_Priest,"High Priest"; -}
\ No newline at end of file +} diff --git a/npc/jobs/2-1a/HighWizard.txt b/npc/jobs/2-1a/HighWizard.txt index 587d6fb18..1189c4891 100644 --- a/npc/jobs/2-1a/HighWizard.txt +++ b/npc/jobs/2-1a/HighWizard.txt @@ -18,4 +18,4 @@ // -== High Wizard ==- valkyrie,44,47,6 script High Wizard 735,{ callfunc "F_Rebirth",Job_Mage_High,"High Mage",Job_High_Wizard,"High Wizard"; -}
\ No newline at end of file +} diff --git a/npc/jobs/2-1a/LordKnight.txt b/npc/jobs/2-1a/LordKnight.txt index d93b35dcb..02cd31ed1 100644 --- a/npc/jobs/2-1a/LordKnight.txt +++ b/npc/jobs/2-1a/LordKnight.txt @@ -18,4 +18,4 @@ // -== Lord Knight ==- valkyrie,44,39,6 script Lord Knight 56,{ callfunc "F_Rebirth",Job_Swordman_High,"Swordman High",Job_Lord_Knight,"Lord Knight"; -}
\ No newline at end of file +} diff --git a/npc/jobs/2-1a/Sniper.txt b/npc/jobs/2-1a/Sniper.txt index 280d2be79..e99885cbb 100644 --- a/npc/jobs/2-1a/Sniper.txt +++ b/npc/jobs/2-1a/Sniper.txt @@ -18,4 +18,4 @@ // -== Sniper ==- valkyrie,44,55,6 script Sniper 727,{ callfunc "F_Rebirth",Job_Archer_High,"High Archer",Job_Sniper,"Sniper"; -}
\ No newline at end of file +} diff --git a/npc/jobs/2-1a/WhiteSmith.txt b/npc/jobs/2-1a/WhiteSmith.txt index 2b9f8d408..233e9e5b6 100644 --- a/npc/jobs/2-1a/WhiteSmith.txt +++ b/npc/jobs/2-1a/WhiteSmith.txt @@ -18,4 +18,4 @@ // -== White Smith ==- valkyrie,44,51,6 script White Smith 726,{ callfunc "F_Rebirth",Job_Merchant_High,"Merchant High",Job_Whitesmith,"White Smith"; -}
\ No newline at end of file +} |