summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
authorL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-02 02:15:42 +0000
committerL0ne_W0lf <L0ne_W0lf@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-11-02 02:15:42 +0000
commitebd93b5b3718639e0bea699af7709dca21eaffee (patch)
tree6698e7fd118f0f0d95571532d66cb824e698ceb9 /npc
parent9ff2e37797269dc742b5f394b94f14fea533fce2 (diff)
downloadhercules-ebd93b5b3718639e0bea699af7709dca21eaffee.tar.gz
hercules-ebd93b5b3718639e0bea699af7709dca21eaffee.tar.bz2
hercules-ebd93b5b3718639e0bea699af7709dca21eaffee.tar.xz
hercules-ebd93b5b3718639e0bea699af7709dca21eaffee.zip
* Fixed an incorrect answer in the blacksmith quiz. (Trojal)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11635 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc')
-rw-r--r--npc/Changelog.txt1
-rw-r--r--npc/jobs/2-1/blacksmith.txt3
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 836ae1ad4..39bddc4a0 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,6 +1,7 @@
Date Added
======
2007/11/01
+ * Rev. 11635 Fixed an incorrect answer in the blacksmith quiz. (Trojal) [L0ne_W0lf]
* Rev. 11633 Rather large update to the WoE scripts. [L0ne_W0lf]
- Eliminated unofficial map-broadcasts (opening treasures/guardian death.)
- Fixed several errors in guardian spawning (script-wise.)
diff --git a/npc/jobs/2-1/blacksmith.txt b/npc/jobs/2-1/blacksmith.txt
index b2699a6d8..55f206861 100644
--- a/npc/jobs/2-1/blacksmith.txt
+++ b/npc/jobs/2-1/blacksmith.txt
@@ -33,6 +33,7 @@
//= 2.4a Changed a BaseJob to baseclass. [L0ne_W0lf]
//= 2.4b Further bug fixes with teh hel of Barron-Monster. [L0ne_W0lf]
//= 2.4c More fixes courtosy of Micktu. [L0ne_W0lf]
+//= 2.4d Fixed an incorrect answer in the quiz. (Trojal) [L0ne_W0lf]
//==============================================================
ein_in01,18,28,4 script Guildsman#BLS 731,{
@@ -437,7 +438,7 @@ L_AskQuestions:
mes "what is the ^8E6B23Safe^000000 limit";
mes "for upgrading?";
next;
- if (select("up to + 3:up to + 4:up to + 5:up to + 6") == 2)
+ if (select("up to + 3:up to + 4:up to + 5:up to + 6") == 3)
set .@black_q,.@black_q+10;
mes "[Geschupenschte]";
mes "9. What monster does";