diff options
Diffstat (limited to 'npc/quests/quests_rachel.txt')
-rw-r--r-- | npc/quests/quests_rachel.txt | 3 |
1 files changed, 2 insertions, 1 deletions
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?"; |