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/other | |
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/other')
-rw-r--r-- | npc/other/divorce.txt | 2 | ||||
-rw-r--r-- | npc/other/hugel_bingo.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/other/divorce.txt b/npc/other/divorce.txt index 4aff827a9..d726ee38a 100644 --- a/npc/other/divorce.txt +++ b/npc/other/divorce.txt @@ -214,4 +214,4 @@ nif_in,190,112,5 script Deviruchi#divorce 738,{ } mes "Hmmm...your spouse isn't online..."; close; -}
\ No newline at end of file +} diff --git a/npc/other/hugel_bingo.txt b/npc/other/hugel_bingo.txt index 33423a77c..569b66afb 100644 --- a/npc/other/hugel_bingo.txt +++ b/npc/other/hugel_bingo.txt @@ -1154,4 +1154,4 @@ que_bingo,54,17,5 script Arcade Owner 712,{ break; } -}
\ No newline at end of file +} |