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/guild/aldeg | |
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/guild/aldeg')
-rw-r--r-- | npc/guild/aldeg/aldeg_dunsw.txt | 2 | ||||
-rw-r--r-- | npc/guild/aldeg/aldeg_ev_agit.txt | 2 | ||||
-rw-r--r-- | npc/guild/aldeg/aldeg_flags.txt | 2 | ||||
-rw-r--r-- | npc/guild/aldeg/aldeg_guardians.txt | 2 | ||||
-rw-r--r-- | npc/guild/aldeg/aldeg_kafras.txt | 2 | ||||
-rw-r--r-- | npc/guild/aldeg/aldeg_managers.txt | 2 | ||||
-rw-r--r-- | npc/guild/aldeg/aldeg_treas.txt | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/npc/guild/aldeg/aldeg_dunsw.txt b/npc/guild/aldeg/aldeg_dunsw.txt index 7054937d8..c6116b2df 100644 --- a/npc/guild/aldeg/aldeg_dunsw.txt +++ b/npc/guild/aldeg/aldeg_dunsw.txt @@ -48,4 +48,4 @@ aldeg_cas04,38,76,0 script Switch#DunA04 111,{ aldeg_cas05,22,205,0 script Switch#DunA05 111,{ callfunc "F_GldDunSw","aldeg_cas05","02",103,169; close; -}
\ No newline at end of file +} diff --git a/npc/guild/aldeg/aldeg_ev_agit.txt b/npc/guild/aldeg/aldeg_ev_agit.txt index d8eaa9b20..db92875c5 100644 --- a/npc/guild/aldeg/aldeg_ev_agit.txt +++ b/npc/guild/aldeg/aldeg_ev_agit.txt @@ -143,4 +143,4 @@ OnAgitEliminate: OnAgitEnd: callfunc "F_AgitEnd","aldeg_cas05","A05"; end; -}
\ No newline at end of file +} diff --git a/npc/guild/aldeg/aldeg_flags.txt b/npc/guild/aldeg/aldeg_flags.txt index 1e5776dd0..72df3964b 100644 --- a/npc/guild/aldeg/aldeg_flags.txt +++ b/npc/guild/aldeg/aldeg_flags.txt @@ -240,4 +240,4 @@ aldeg_cas05,10,225,2 duplicate(Rothenburg) Rothenburg#a5-16 722 aldeg_cas05,187,59,2 duplicate(Rothenburg) Rothenburg#a5-17 722 aldeg_cas05,154,51,2 duplicate(Rothenburg) Rothenburg#a5-18 722 aldeg_cas05,22,211,2 duplicate(Rothenburg) Rothenburg#a5-19 722 -aldeg_cas05,150,202,2 duplicate(Rothenburg) Rothenburg#a5-20 722
\ No newline at end of file +aldeg_cas05,150,202,2 duplicate(Rothenburg) Rothenburg#a5-20 722 diff --git a/npc/guild/aldeg/aldeg_guardians.txt b/npc/guild/aldeg/aldeg_guardians.txt index b38ca32b2..81b030c38 100644 --- a/npc/guild/aldeg/aldeg_guardians.txt +++ b/npc/guild/aldeg/aldeg_guardians.txt @@ -108,4 +108,4 @@ OnGuardianDied: // Event when Guardian dies MapAnnounce "aldeg_cas05","A Guardian Has Fallen",17; end; -}
\ No newline at end of file +} diff --git a/npc/guild/aldeg/aldeg_kafras.txt b/npc/guild/aldeg/aldeg_kafras.txt index 860317a44..80c429a02 100644 --- a/npc/guild/aldeg/aldeg_kafras.txt +++ b/npc/guild/aldeg/aldeg_kafras.txt @@ -58,4 +58,4 @@ aldeg_cas05,31,190,0 script Kafra Service#A05 117,{ OnRecvCastleA05: if (GetCastleData("aldeg_cas05",9) < 1) disablenpc "Kafra Service#A05"; end; -}
\ No newline at end of file +} diff --git a/npc/guild/aldeg/aldeg_managers.txt b/npc/guild/aldeg/aldeg_managers.txt index 16ca68876..1b0ab19aa 100644 --- a/npc/guild/aldeg/aldeg_managers.txt +++ b/npc/guild/aldeg/aldeg_managers.txt @@ -108,4 +108,4 @@ aldeg_cas05,52,179,0 script Brimhemsen#02 55,{ mes "[ Brimhemsen ]"; mes "Guardian has been installed, guardian will protect our guild base against enemies."; close; -}
\ No newline at end of file +} diff --git a/npc/guild/aldeg/aldeg_treas.txt b/npc/guild/aldeg/aldeg_treas.txt index 93056ffb3..b3a538792 100644 --- a/npc/guild/aldeg/aldeg_treas.txt +++ b/npc/guild/aldeg/aldeg_treas.txt @@ -138,4 +138,4 @@ OnDied: // Treasure Room Switch --------------------------------- aldeg_cas05,64,8,0 script Switch#TresA05 111,{ callfunc "F_GldTreasSw", "aldeg_cas05",51,179; -}
\ No newline at end of file +} |