summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/Changelog.txt1
-rw-r--r--npc/quests/The_Sign_Quest.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/npc/Changelog.txt b/npc/Changelog.txt
index 9c63932ab..11d80cf1f 100644
--- a/npc/Changelog.txt
+++ b/npc/Changelog.txt
@@ -1,6 +1,7 @@
Date Added
======
2007/04/25
+ * Fixed exploit in The Sign quest [Playtester]
* Fixed rewards of Momotaro event [Playtester]
* Applied L0ne_W0lf's fixes to the Kiel quest [ultramage]
2007/04/24
diff --git a/npc/quests/The_Sign_Quest.txt b/npc/quests/The_Sign_Quest.txt
index d6d0b86ea..b16a62162 100644
--- a/npc/quests/The_Sign_Quest.txt
+++ b/npc/quests/The_Sign_Quest.txt
@@ -8448,6 +8448,7 @@ L_Fail:
mes "That's terrible! Does she";
mes "even know that she will not";
mes "have any memory of her past life?";
+ set sign_fail,2;
next;
}
mes "[Kirkena]";
@@ -8456,7 +8457,6 @@ L_Fail:
mes "can't be helped. Now, return";
mes "to your world, and watch its";
mes "silent death.";
- set sign_fail,2;
close;
}