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/quests/WIP | |
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/quests/WIP')
-rw-r--r-- | npc/quests/WIP/4.txt | 2 | ||||
-rw-r--r-- | npc/quests/WIP/6.txt | 2 | ||||
-rw-r--r-- | npc/quests/WIP/schwalz.txt | 2 | ||||
-rw-r--r-- | npc/quests/WIP/shadow_quest.txt | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/npc/quests/WIP/4.txt b/npc/quests/WIP/4.txt index 61b83d7ab..5cf2380cc 100644 --- a/npc/quests/WIP/4.txt +++ b/npc/quests/WIP/4.txt @@ -120,4 +120,4 @@ ein_in01,255,33,4 script Ferlok 55,{ mes "[Hallen]"; mes "I have already told you to go to plane. Hurry!"; close; -s}
\ No newline at end of file +} diff --git a/npc/quests/WIP/6.txt b/npc/quests/WIP/6.txt index a27b80a2a..98d54d14b 100644 --- a/npc/quests/WIP/6.txt +++ b/npc/quests/WIP/6.txt @@ -124,4 +124,4 @@ delitem 576,2; getitem 7276,1; set airshipquest,3; close; -}
\ No newline at end of file +} diff --git a/npc/quests/WIP/schwalz.txt b/npc/quests/WIP/schwalz.txt index f9f09f6be..78326d5dd 100644 --- a/npc/quests/WIP/schwalz.txt +++ b/npc/quests/WIP/schwalz.txt @@ -1043,4 +1043,4 @@ lhz_in01,1,1,0 script schwalt2timer -1,{ set $SCHWALTZVALT_DOOR_FLAG,0; stopnpctimer "schwalt2timer"; end; -}
\ No newline at end of file +} diff --git a/npc/quests/WIP/shadow_quest.txt b/npc/quests/WIP/shadow_quest.txt index b0ce2c81b..77d0936d3 100644 --- a/npc/quests/WIP/shadow_quest.txt +++ b/npc/quests/WIP/shadow_quest.txt @@ -413,4 +413,4 @@ mes "[Ahmer]"; mes "What?? You look at them?? Its bad. go to Lyozine. Hurry!"; set quest_shadow,10; close; -}
\ No newline at end of file +} |