Bläddra i källkod

Updated ASSIN_Q2 variable range check from < 1 to < 3 to defend against the variable being stuck at an incorrect value of 1 or 2, caused by logging out or pressing cancel on choices list at an inappropriate time thus rendering the player unable to complete the Assassin Quest. Thanks to Chibi for Report.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@13707 54d463be-8e91-2dee-dedb-b68131a5f0ec
Paradox924X 16 år sedan
förälder
incheckning
a3f4dde58c
2 ändrade filer med 5 tillägg och 1 borttagningar
  1. 4 0
      npc/Changelog.txt
  2. 1 1
      npc/jobs/2-1/assassin.txt

+ 4 - 0
npc/Changelog.txt

@@ -1,5 +1,9 @@
 Date		Added
 ======
+2009-04/29
+	*Updated ASSIN_Q2 variable range check from < 1 to < 3 to defend against the variable being stuck at an incorrect value of 1 or 2,
+	 caused by logging out or pressing cancel on choices list at an inappropriate time thus rendering the player unable to complete the Assassin Quest.
+	 Thanks to Chibi for Report. [Paradox924X]
 2009/04/28
 	* Removed unnecessary text and fixed a goto in the Hunter Jobquest (bugreport:3014) [Playtester]
 	* A few quest updates due to bugreports [Playtester]

+ 1 - 1
npc/jobs/2-1/assassin.txt

@@ -646,7 +646,7 @@ OnTouch:
 
 in_moc_16,19,154,0	script	nameless_one	-1,8,2,{
 OnTouch:
-	if (ASSIN_Q2 < 1) {
+	if (ASSIN_Q2 < 3) {
 		mes "[The Anonymous One]";
 		mes "Welcome, guest.";
 		mes "Mwahaha, it's useless";