소스 검색

Fixed exploit in The Sign quest

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@10337 54d463be-8e91-2dee-dedb-b68131a5f0ec
Playtester 18 년 전
부모
커밋
a9761256a0
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 0
      npc/Changelog.txt
  2. 1 1
      npc/quests/The_Sign_Quest.txt

+ 1 - 0
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

+ 1 - 1
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;
 
 }