From d74b0a6dc8107497c5a52d5791bae87b8b1e2451 Mon Sep 17 00:00:00 2001 From: Paradox924X Date: Wed, 29 Apr 2009 08:19:09 +0000 Subject: 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://rathena.svn.sourceforge.net/svnroot/rathena/trunk@13707 54d463be-8e91-2dee-dedb-b68131a5f0ec --- npc/jobs/2-1/assassin.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/jobs/2-1/assassin.txt') diff --git a/npc/jobs/2-1/assassin.txt b/npc/jobs/2-1/assassin.txt index cc6052ff1..c0a793105 100644 --- a/npc/jobs/2-1/assassin.txt +++ b/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"; -- cgit v1.2.3-60-g2f50