summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-22 13:20:12 +0000
committerSinSloth <SinSloth@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-06-22 13:20:12 +0000
commite4a537f71efe8e5b9b0b79b67054be82bb3e2732 (patch)
treeac521d6247ddc11bd564a0a3dc278ed4dab8ab85
parentce9a35ee545fd11249d272305b78e4fea0588105 (diff)
downloadhercules-e4a537f71efe8e5b9b0b79b67054be82bb3e2732.tar.gz
hercules-e4a537f71efe8e5b9b0b79b67054be82bb3e2732.tar.bz2
hercules-e4a537f71efe8e5b9b0b79b67054be82bb3e2732.tar.xz
hercules-e4a537f71efe8e5b9b0b79b67054be82bb3e2732.zip
* Fixed a bug in Bruspetti quest.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10805 54d463be-8e91-2dee-dedb-b68131a5f0ec
-rw-r--r--npc/Changelog.txt1
-rw-r--r--npc/quests/quests_rachel.txt3
2 files changed, 3 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 9dbe92daf..e5875e51d 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -2,6 +2,7 @@ Date Added
======
2004/06/22
* Fixed some typos to Kiel Hyre and Curse of Gaebolg quest. [SinSloth]
+ * Fixed a bug in Bruspetti quest. [SinSloth]
2007/06/21
* Update to the eAAC Scripts (don't ask...) [eAAC]
* Fixed a small bug in Dandelion's Request. [SinSloth]
diff --git a/npc/quests/quests_rachel.txt b/npc/quests/quests_rachel.txt
index 25a153c73..f2c07b2aa 100644
--- a/npc/quests/quests_rachel.txt
+++ b/npc/quests/quests_rachel.txt
@@ -38,6 +38,7 @@
//= 1.2 Fixed Man Stuck in Ice only giving 1 Freezing Snow Powder. [L0ne_W0lf]
//= 1.3 Added hte ability to redeem lottery tickets before donation max is met. [L0ne_W0lf]
//= 1.4 Removed an erroneous "case". Thanks, Jet. [L0ne_W0lf]
+//= 1.5 Fixed a bug in Bruspetti quest. [SinSloth]
//============================================================
// Lost Child Quest (Prerequisite to High Priest quest)
@@ -1789,7 +1790,7 @@ ra_in01,235,194,5 script Katinshuell 931,{
}
- else if ((rach_vice == 15) && (v[Blue_Diary] > 0)) {
+ else if ((rach_vice == 15) && (countitem(7571))) {
mes "[Katinshuell]";
mes "Oh, it's you again.";
mes "What do you want now?";