diff options
author | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-08 12:53:48 +0000 |
---|---|---|
committer | Lupus <Lupus@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2008-06-08 12:53:48 +0000 |
commit | 5f686a30412eefcfaebbd1fe72e83dcaca21ce19 (patch) | |
tree | ee3575ea28658b25e20c89f5e2378bf338ea9092 /npc/jobs/2-2 | |
parent | 72827801e909d4d1fc797a82f87d0180f326b5d1 (diff) | |
download | hercules-5f686a30412eefcfaebbd1fe72e83dcaca21ce19.tar.gz hercules-5f686a30412eefcfaebbd1fe72e83dcaca21ce19.tar.bz2 hercules-5f686a30412eefcfaebbd1fe72e83dcaca21ce19.tar.xz hercules-5f686a30412eefcfaebbd1fe72e83dcaca21ce19.zip |
fixed 4 bugs in Blacksmith job quest, put some garbage var to clear. Fixed a typo in Bard Job q
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12791 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-2')
-rw-r--r-- | npc/jobs/2-2/bard.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-2/bard.txt b/npc/jobs/2-2/bard.txt index d9e03963e..5df84f449 100644 --- a/npc/jobs/2-2/bard.txt +++ b/npc/jobs/2-2/bard.txt @@ -94,7 +94,7 @@ comodo,226,123,5 script Wandering Bard 741,{ cutin "job_bard_aiolo01",2; mes "[Lalo]"; if (sex) mes "Hi! Delightful Archer."; - else mes "Hello! Beautif ul Archer Lady."; + else mes "Hello! Beautiful Archer Lady."; mes "How can a wanderer like me help you?"; next; switch(select("You have a nice voice.:Could you sing for me, please?:Nothing.")) { |