diff options
author | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-08-19 22:58:11 +0000 |
---|---|---|
committer | brianluau <brianluau@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-08-19 22:58:11 +0000 |
commit | 14c2376cab40d580743a8a5d02af6109659d9892 (patch) | |
tree | 98e4c497ff4accea6b78a8a876608272b40916ed /npc/jobs/2-1 | |
parent | d277092d10c486f94d159f65a37c7cd492d00652 (diff) | |
download | hercules-14c2376cab40d580743a8a5d02af6109659d9892.tar.gz hercules-14c2376cab40d580743a8a5d02af6109659d9892.tar.bz2 hercules-14c2376cab40d580743a8a5d02af6109659d9892.tar.xz hercules-14c2376cab40d580743a8a5d02af6109659d9892.zip |
- Fixed some script typos (bugreport:4861, bugreport:5028).
- Fixed a typo in Blacksmith Quest (fixes issue 5012).
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14936 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/jobs/2-1')
-rw-r--r-- | npc/jobs/2-1/blacksmith.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/jobs/2-1/blacksmith.txt b/npc/jobs/2-1/blacksmith.txt index 04637210d..bab99664e 100644 --- a/npc/jobs/2-1/blacksmith.txt +++ b/npc/jobs/2-1/blacksmith.txt @@ -351,7 +351,7 @@ ein_in01,201,27,3 script Guildsman#alberta 63,{ mes "1. Which one of the following regions is matched incorrectly"; mes "with its specialty item?"; next; - if (select("Morroc - Thief Clothes:Alberta - Two Hand Axe:Comodo - Berserk Potion:Alberta - Swordmace") == 2) + if (select("Morroc - Thief Clothes:Alberta - Two Hand Axe:Comodo - Berserk Potion:Alberta - Swordmace") == 4) set .@black_q,.@black_q+10; mes "[Geschupenschte]"; mes "2. What status can"; |