From a9761256a0ea7d9042cb6734e63fe3f821e54a7f Mon Sep 17 00:00:00 2001 From: Playtester Date: Tue, 24 Apr 2007 12:56:45 +0000 Subject: [PATCH] Fixed exploit in The Sign quest git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10337 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/Changelog.txt | 1 + npc/quests/The_Sign_Quest.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/npc/Changelog.txt b/npc/Changelog.txt index 9c63932ab7..11d80cf1f0 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 d6d0b86ea6..b16a62162d 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; }