diff options
author | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-16 23:40:07 +0000 |
---|---|---|
committer | L0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-10-16 23:40:07 +0000 |
commit | 64c3397ef48083b1842268cf0b691a07fe572b97 (patch) | |
tree | 15763a439ae2b15ee7a636d700b1fe645e7be004 /npc/quests | |
parent | db1f65c3ed119044754d1a4deefc6cf36461554b (diff) | |
download | hercules-64c3397ef48083b1842268cf0b691a07fe572b97.tar.gz hercules-64c3397ef48083b1842268cf0b691a07fe572b97.tar.bz2 hercules-64c3397ef48083b1842268cf0b691a07fe572b97.tar.xz hercules-64c3397ef48083b1842268cf0b691a07fe572b97.zip |
* Added a return at the end of several scripts. Should deal with errors being shown in due to a recent commit by FlavioJS
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11495 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests')
-rw-r--r-- | npc/quests/doomed_swords_quest.txt | 2 | ||||
-rw-r--r-- | npc/quests/quests_ayothaya.txt | 2 | ||||
-rw-r--r-- | npc/quests/quests_comodo.txt | 2 | ||||
-rw-r--r-- | npc/quests/quests_louyang.txt | 2 | ||||
-rw-r--r-- | npc/quests/skills/blacksmith_skills.txt | 2 | ||||
-rw-r--r-- | npc/quests/skills/knight_skills.txt | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/npc/quests/doomed_swords_quest.txt b/npc/quests/doomed_swords_quest.txt index 261add84e..5712807d2 100644 --- a/npc/quests/doomed_swords_quest.txt +++ b/npc/quests/doomed_swords_quest.txt @@ -1095,4 +1095,4 @@ S_GetSword: mes "then, take care of yourself, and be cautious in using that sword."; set dmdswrd_Q,45; return; -}
\ No newline at end of file +} diff --git a/npc/quests/quests_ayothaya.txt b/npc/quests/quests_ayothaya.txt index 6c0fa345d..96b3cc128 100644 --- a/npc/quests/quests_ayothaya.txt +++ b/npc/quests/quests_ayothaya.txt @@ -2903,4 +2903,4 @@ s_Win2: mes "one of the most important values"; mes "for human beings."; close; -}
\ No newline at end of file +} diff --git a/npc/quests/quests_comodo.txt b/npc/quests/quests_comodo.txt index ca4d07b55..b86d8d692 100644 --- a/npc/quests/quests_comodo.txt +++ b/npc/quests/quests_comodo.txt @@ -2345,4 +2345,4 @@ comodo,232,87,4 script Won#cmd 106,{ mes "anything right now, but..."; close; } -}
\ No newline at end of file +} diff --git a/npc/quests/quests_louyang.txt b/npc/quests/quests_louyang.txt index a383d4400..1011496d3 100644 --- a/npc/quests/quests_louyang.txt +++ b/npc/quests/quests_louyang.txt @@ -3621,4 +3621,4 @@ lou_in01,82,139,7 script Soldier 825,{ close2; warp "lou_in01",47,141; end; -}
\ No newline at end of file +} diff --git a/npc/quests/skills/blacksmith_skills.txt b/npc/quests/skills/blacksmith_skills.txt index caaabf74b..973e1c296 100644 --- a/npc/quests/skills/blacksmith_skills.txt +++ b/npc/quests/skills/blacksmith_skills.txt @@ -713,4 +713,4 @@ geffen,172,52,7 script Goodday 826,{ mes "Why don't you become a"; mes "blacksmith someday?"; close; -}
\ No newline at end of file +} diff --git a/npc/quests/skills/knight_skills.txt b/npc/quests/skills/knight_skills.txt index f26ef6c57..a4503adf0 100644 --- a/npc/quests/skills/knight_skills.txt +++ b/npc/quests/skills/knight_skills.txt @@ -403,4 +403,4 @@ prontera,66,358,7 script Knight#4 733,{ mes "have to live together...just because we're..."; mes "out of shape...its...not a sin. (pant)"; close; -}
\ No newline at end of file +} |