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/skills/blacksmith_skills.txt | |
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/skills/blacksmith_skills.txt')
-rw-r--r-- | npc/quests/skills/blacksmith_skills.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 +} |